-
interface
A TemporaryQueue
object is a unique Queue
object created for the duration of a Connection
.
Creates a Queue
object which encapsulates a specified provider-specific queue name.
Creates a queue identity given a Queue
name.
Creates a Queue
object which encapsulates a specified provider-specific queue name.
Gets the queue associated with this queue browser.
Gets the Queue
associated with this queue receiver.
Gets the queue associated with this QueueSender
.
Creates a QueueBrowser
object to peek at the messages on the specified queue.
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
Creates a QueueBrowser
object to peek at the messages on the specified queue.
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
Creates a QueueBrowser
object to peek at the messages on the specified queue.
Creates a QueueBrowser
object to peek at the messages on the specified queue using a message selector.
Creates a connection consumer for this connection (optional operation).
Creates a QueueReceiver
object to receive messages from the specified queue.
Creates a QueueReceiver
object to receive messages from the specified queue using a message selector.
Creates a QueueSender
object to send messages to the specified queue.
void
Sends a message to a queue for an unidentified message producer.
void
QueueSender.send(Queue queue,
Message message,
int deliveryMode,
int priority,
long timeToLive)
Sends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.
Constructor for the QueueRequestor
class.