Interact | triggeredMessage | dispatchers | <dispatcherName>

The configuration properties in this category define settings for a specific dispatcher in triggered messages.

category name

Description

This property defines the name of this dispatcher. The name must be unique among all dispatchers.

type

Description

This property defines the disptacher type.

Valid Values

InMemoryQueue | JMSQueue | Custom

Note: If you use JMSQueue or Custom, to integrate Interact with HCL® MQ, Interact runtime must be on appserver with JDK 1.7. For WebSphere and WebLogic, it is recommended to use the latest supplied JDK fix pack version.

JMSQueue only supports WebLogic. You cannot use JMSQueue if you use WebSphere Application Server.

className

Description

This property defines the fully qualified class name of this dispatcher implementation. If the type is InMemoryQueue the value should be empty. If the type is custom, this setting must have the value com.unicacorp.interact.eventhandler.triggeredmessage.dispatchers. IBMMQDispatcher.

classPath

Description

This property defines the URL to the JAR file that includes the implementation of this dispatcher.

If the type is custom, this setting much have the value file://<Interact_HOME>/lib/interact_ibmmqdispatcher.jar;file://<Interact_HOME>/lib/com.ibm.mq.allclient.jar;file://<Interact_HOME>/lib/jms.jar