JMS Connector
Overview
The JMS Connector provides access to a variety of JMS based systems. The
current version has been tested with SonicMQ
and FioranoMQ. Note that if you are
using SonicMQ you must copy it's driver client.jar to your Java lib/ext
directory.
The Connector enables
communication of both native Entry objects and XML text to be passed
using a Java Message Server product.
Configuration
The Connector needs the following parameters:
Parameter |
Description |
connectorType |
com.architech.connector.rscJMSConnector |
jms.broker |
The URL for the JMS server (e.g. |
jms.username |
Username for authenticating access to the JMS |
jms.password |
Password for authenticating access to the JMS |
jms.topic |
The topic with which messages are exchanged. |
jms.connectionID |
The connection ID if you share a username with
other sessions. |
jms.mode |
Specify subscriber or publisher. |
Parser |
If specified, the Text message of a JMS message
will be parsed using this Parser. |
jms.driver |
Select the JMS server type |
jms.autoAcknowledge |
If true, each message is automatically
acknowledged by this Connector. If false, you must manually acknowledge
the receipt of a JMS message. |
Downloads
Included in base product
Example
Demo package containing a ready to run configuration for the JMS Connector is included
here. In addition you need a SonicMQ
JMS server.
See Also
|