Temporary Topics REST Endpoints

Temporary Topics

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

Create a Temporary Topic
Method: post
Path: /temporaryTopics
Delete a Temporary Topic
Method: delete
Path: /temporaryTopics/{topicName}
List Temporary Topics
Method: get
Path: /temporaryTopics
Retrieve Properties of a Temporary Topic
Method: get
Path: /temporaryTopics/{topicName}