Examples of GetQueueMessageIds


Examples of org.objectweb.joram.shared.admin.GetQueueMessageIds

   * @return The identifiers of all messages in this queue.
   *
   * @see org.objectweb.joram.client.jms.QueueMBean#getMessageIds()
   */
  public String[] getMessageIds() throws AdminException, ConnectException {
    GetQueueMessageIdsRep reply = (GetQueueMessageIdsRep)doRequest(new GetQueueMessageIds(agentId));
    return reply.getMessageIds();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.