Temporary Queues REST Endpoints

Temporary Queues

A temporary queue is a queue created for the duration of a connection.  Messages may only be consumed from a temporary queue through the connection through which it was created.

Create a Temporary Queue
Method: post
Path: /temporaryQueues
Delete a Temporary Queue
Method: delete
Path: /temporaryQueues/{queueName}
List Temporary Queues
Method: get
Path: /temporaryQueues
Retrieve Properties of a Temporary Queue
Method: get
Path: /temporaryQueues/{queueName}