Package org.objectweb.joram.shared.admin

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

Related Classes of org.objectweb.joram.shared.admin.GetQueueMessageIds

Copyright © 2018 www.massapicom. 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.