Client API JMS Configuration
Field Name | Default Value | Description |
---|---|---|
Context Factory | com.tibco.tibjms.naming.TibjmsInitialContextFactory |
JMS Client API context factory |
Provider URL | tibjmsnaming://localhost:7222 | JMS Client API URI |
Username | admin |
Username for creating the Client session |
Password |
Defines the password for creating the Client session. This is obfuscated using the obfuscation utility that is shipped with the product. |
(Optional) Select Advanced Options to configure advanced Client API JMS options.
Field Name | Default Value | Description |
---|---|---|
Queue Connection Factory | SPMQueueConnectionFactory | JMS Client API queue connection factory |
Inbound Queue | spm.inbound.queue |
The JMS Client API queue on which the client API sends fact messages. It should match the server's Inbound Queue property. |
Inbound Query Queue | spm.inbound.query.queue |
The JMS Client API queue to which the query or other synchronous request/reply-based messages are sent. It should match the server's Inbound Query Queue property. |
Outbound Queue | spm.outbound.queue |
The JMS Client API queue to receive asynchronous messages like streaming query responses, alerts and server notifications. It should match the server's Outbound Queue property. |
Click Test Connection to test the connection to EMS.