Uses of Class
com.shephertz.app42.paas.sdk.jme.message.Queue

Packages that use Queue
com.shephertz.app42.paas.sdk.jme.message   
 

Uses of Queue in com.shephertz.app42.paas.sdk.jme.message
 

Methods in com.shephertz.app42.paas.sdk.jme.message that return Queue
 Queue QueueResponseBuilder.buildRespoonse(java.lang.String json)
          Converts the response in JSON format to the value object i.e Queue
 Queue QueueService.createPullQueue(java.lang.String queueName, java.lang.String queueDescription)
          Creates a type Pull Queue
 Queue QueueService.getMessages(java.lang.String queueName, long receiveTimeOut)
          Messages are retrieved and dequeued from the Queue.
 Queue QueueService.pendingMessages(java.lang.String queueName)
          Messages which are pending to be dequeue.
 Queue QueueService.receiveMessage(java.lang.String queueName, long receiveTimeOut)
          Pulls all the message from the queue
 Queue QueueService.receiveMessageByCorrelationId(java.lang.String queueName, long receiveTimeOut, java.lang.String correlationId)
          Pull message based on the correlation id
 Queue QueueService.sendMessage(java.lang.String queueName, java.lang.String msg, long exp)
          Send message on the queue with an expiry.