About JMS Mailboxes

The Response Mail Receiver now supports a JMS channel in addition to the POP and SOAP channels for message download. When used with a JMS queue provider, the Response Mail Receiver allows for inbound and outbound delivery of mail via JMS.

Key features of the JMS Channel

Before using the JMS feature, these  prerequisite steps must be followed:

  1. Copy the JMS client library files (jar or zip files) provided by the messaging software (MQ, JBoss, and so on.) over to the Response Server machine.

  2. Add the JMS client library files to the classpath for Response:

    1. For UNIX, the "setkanaenv.sh" script file needs to be modified.

    2. For Windows, users will need to use "regedit" to modify the Response classpath.

WebSphere MQ JMS client library files

Here is an example of WebSphere MQ JMS client library files that need to be copied to the Response server machine:

com.ibm.mq.jar

com.ibm.mqjms.jar

dhbcore.jar

JBoss JMS client library files

Here is an example of JBoss JMS client library files that need to be copied to the Response server machine:

jnp-client.jar

jbossmq-client.jar

jboss-common-client.jar

jbossall-client.jar

jboss-client.jar

Additionally, consult your messaging software’s documentation for exact library files needed for JMS client communication.

After the steps are completed, you must restart the Response Server.

Users can then proceed to configuring the JMS Mailbox in the System Admin Client. Refer to the JMS Mailbox Dialog for help on setting up a JMS Mailbox.


How do I add a new JMS Mailbox?