This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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 is 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."

Find the source code used in the samples in <MB_HOME>/samples.

  • No labels