Class: Queue

Queue

A Queue object holds the name of a JMS queue. Queues offer a point-to-point communication paradigm, where each message is received by at most one receiver, even if more receivers are waiting on the same queue. The exact policies of message dispatching depend on the specific JMS broker.

new Queue()

This method is not meant to be used directly. Creates a Queue object that holds the name of a JMS queue.

Extends

Method Summary

getQueueName
Gets the name of this queue.

Method Detail

getQueueName() → {String}

Gets the name of this queue.
Returns:
Type
String