Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This set of samples demonstrates demonstrate the use of JMS APIs with Message Broker to publish , and subscribe messages. 

Child pages (Children Display)

Warning

When creating a JMS connection to a queue or a topic using a sample JMS client, a single javax.jmx.Connection can handle only 256 JMS sessions. If this limit exceedsis exceeded, the following error occurs: "Unable to create session, the maximum number of sessions per connection is 256. You must either close one or more sessions or increase the maximum number of sessions available per connection."

...