The following Oracle Message Queue broker configuration properties are available for the JMS Service.
Specifies the full Message Queue broker instance name. The default is imqbroker.
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.
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.
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.
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.