The jms.MessageBrokerName property specifies the broker name to use for the JMS provider. You must set this connector property if you specify JMS as the delivery transport mechanism (in the DeliveryTransport property).
When you connect to a remote message broker, this property requires the
following values:
QueueMgrName:Channel:HostName:PortNumber
where:
QueueMgrName is the name of the queue manager.
Channel is the channel used by the client.
HostName is the name of the machine where the queue
manager is to reside.
PortNumberis the port number used by the queue manager
for listening
For example:
jms.MessageBrokerName =
WBIMB.Queue.Manager:CHANNEL1:RemoteMachine:1456
Default value: crossworlds.queue.manager
(Use the default when connecting to a local message broker.)
Possible values: If the value of jms.FactoryClassName is IBM, use crossworlds.queue.manager. If the value of jms.FactoryClassName is Sonic, use localhost:2506.
Update method: Component restart