Properties Specific to the JMS Service

The following Sun GlassFish Message Queue broker configuration properties are available for the JMS Service.

instance-name

Specifies the full Message Queue broker instance name. The default is imqbroker.

instance-name-suffix

Specifies a suffix to add to the full Message Queue broker instance name. The suffix is separated from the instance name by an underscore character (_). For example, if the instance name is imqbroker, appending the suffix xyz changes the instance name to imqbroker_xyz.

append-version

If true, appends the major and minor version numbers, preceded by underscore characters (_), to the full Message Queue broker instance name. For example, if the instance name is imqbroker, appending the version numbers changes the instance name to imqbroker_8_0. The default is false.

user-name

The user name for creating the JMS connection. Needed only if the default username/password of guest/guest is not available in the broker. The default value is guest.

password

The password for creating the JMS connection. Needed only if the default username/password of guest/guest is not available in the broker. The default value is guest.