JMS Configuration

The following table lists the JMS configuration details that can be configured using the wizard.

JMS Configuration Properties
Field Name Property in spm-config.properties Mandat

ory

Default Value Description
Context Factory rta.jms.jndi.contextfactory No com.tibco.tibjms.naming.TibjmsInitialContextFactory JMS Transport JNDI context factory
Provider URL rta.jms.jndi.url No tibjmsnaming://localhost:7222 JMS provider URL
Username rta.jms.connection.username No admin JMS provider connection username.
Password rta.jms.connection.password No The default value is the obfuscated value of <BLANK>.

Note that it is not a single blank space character.

JMS provider connection password.
Select Advanced Options to configure advanced JMS options.
Note: If you do not select Advanced Options, the advanced properties take default values. However, if you use Advanced Options, the properties take the last configured values.
JMS Configuration Advanced Properties
Field Name Property in spm-config.

properties

Mandat

ory

Default Value Description
Queue Connection Factory rta.jms. queueconnectionfactory No SPMQueue ConnectionFactory JMS queue connection factory
Inbound Queue rta.jms.inbound.queue No spm.inbound.queue JMS inbound queue for the Service Performance Manager server to receive messages
Outbound Queue rta.jms.outbound.queue No spm.outbound.queue JMS outbound queue for the Service Performance Manager server to send messages
Inbound Query Queue rta.jms.inbound.query.queue No spm.inbound.query.queue JMS inbound query queue for Service Performance Manager server to receive messages.
Fault Tolerance Queue rta.ft.queue.name No spm.ft.queue This is the queue on which the Service Performance Manager server exchanges messages related to fault tolerance. The Service Performance Manager Client API does not use this queue.
Retry Interval rta.jms.connection.retry.interval No 5000 JMS connection retry interval. Time interval in milliseconds for retrying a failed JMS connection.
Outbound Message Expiry rta.jms.outbound. message.expiry No 432000000 JMS message expiration in milliseconds for outbound messages from the Service Performance Manager server.