Listeners REST Endpoints

Listeners

Message Push Listeners (MPLs) are user-created resources that reside within an Oracle Messaging Cloud Service instance.  An MPL asynchronously receives messages from a queue, topic, or durable subscription and either sends the messages to another destination or pushes them to a user-defined URL as an HTTP request.

Create a Listener
Method: put
Path: /listeners/{listenerName}
Delete a Listener
Method: delete
Path: /listeners/{listenerName}
Get Listener Properties
Method: get
Path: /listeners/{listenerName}
List Listeners
Method: get
Path: /listeners