Connections REST Endpoints

Connections

Connections are necessary to send and receive messages between clients and Oracle Messaging Cloud Service.  A connection is the starting point for the resources needed for direct communication between clients and the messaging platform.

A client usually uses one connection for all of its sending and receiving operations, though a client can use multiple connections if desired.  Each instance of Oracle Messaging Cloud Service has a quota of concurrently used connections.  When an instance is using 100% of its connection quota, additional attempts to create new connections will fail.

A new connection is used in the following situations:

  • A connection is created through the REST API
  • A JMS connection is created through the Java library
  • A message push listener is created
.
Create a Connection
Method: put
Path: /connections/{connectionName}
Delete a Connection
Method: delete
Path: /connections/{connectionName}
Update Connection Properties
Method: post
Path: /connections/{connectionName}