Jakarta Messaging Properties Reference

This section lists all of the Jakarta Messaging properties that can be set. The properties are listed in the following functional groups:

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 Jakarta Messaging properties are all supported by Solace event brokers and are not limited to a specific version number.

Jakarta Messaging Property Sources

Jakarta Messaging properties can be specified through the following sources.

Jakarta Messaging Property 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 (–D<property>=<value>).

JNDI Properties File

Properties that are specified in a jndi.properties file on the CLASSPATH. (Refer to JNDI Connection Properties.)

Any property that can be specified as an initial context property can be specified through the jndi.properties file.

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.

Solace Jakarta Messaging API

Properties that are specified through the Solace Jakarta Messaging API.

Message

Properties that are on a message. Refer to Message Properties.