Using JMS to Send and Receive Messages

Once a ConnectionFactory has been created from the MessagingService object, you can use the standard JMS 1.1 API operations for sending and receiving messages.

Refer to Java Message Service Concepts in Java EE 6 Tutorial if you need information about how to use the JMS 1.1 API.

Note:

There are several differences between using JMS from the Oracle Messaging Cloud Service Java library and other on-premises environments. See Differences from JMS for a complete list.

Refer to the following for code samples: