JMS Properties Reference
This section lists all of the JMS properties that can be set. The JMS properties are listed in the following functional groups:
- JMS Property Sources
- Initial Context Property
- JNDI Connection Properties
- Data Connection Properties
- Message Delivery Properties
- Message Properties
- API Properties
For each group, all of the available sources from which a property can be specified are provided in order of priority.
Unless otherwise indicated, the listed JMS properties are all supported by Solace PubSub+ event brokers and are not limited to a specific version number.
JMS Property Sources
JMS properties can be specified through the following sources.
Property Source | Description |
---|---|
Initial Context |
Properties in the environment that are passed to the Initial Context constructor. Refer to Initial Context Property. |
System |
Properties that are specified through the Java command line ( |
JNDI Properties File |
Properties that are specified in a Any property that can be specified as an initial context property can be specified through the |
URL |
URL is itself a property, but the username and password properties can also be embedded in it. |
Connection Factory |
Properties that are specified in the Connection Factory object. |
JMS API |
Properties that are specified through the Solace JMS API. |
Message |
Properties that are on a JMS message. Refer to Message Properties. |