Show TOC

Background documentationProperties Related to JMS Locate this document in the navigation structure

 

The Following Properties are Related to JMS

Name

Description

messaging.jms.providers

List of parameters for each provider:

(provider=SonicMQ, queueConnectionFactory=progress.message.jclient.QueueConnectionFactory, username=<name>, password=<password>, url=<url>, messageLengthKey=message_length, dmq=SonicMQ.deadMessage, reconnectInterval=undefined)

The only value allowed for the JMS provider name is SonicMQ, and for the queueConnectionFactory parameter it is progress.message.jclient.QueueConnectionFactory.

Specify the user name and password that have to be used to connect to the SonicMQ broker.

The URL format to connect to the JMS broker is tcp://<host>:<port>, where the default port for SonicMQ is 2506.

The default for the JMS provider-specific name for the JMS header field is message_length. This parameter must not be changed, because only SonicMQ is supported.

The default for the JMS provider-specific name of the dead message queue is SonicMQ.deadMessage. This parameter must not be changed, because only SonicMQ is supported.

JMS as a transport protocol is exclusively supported for the Marketplace Adapter. The only JMS provider currently supported is SonicMQ.