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 | Kafka

Note: For WebSphere and WebLogic, it is recommended to use the latest supplied JVM fix pack version. If you have used Kafka in the previous version, then you can set the type as Kafka in the upgraded 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 following value "com.unicacorp.interact.eventhandler.triggeredmessage.dispatchers. KafkaDispatcher". If the type is Kafka, then the value must be empty.

classPath

Description

This property defines the URL to the JAR file that includes the implementation of this dispatcher. If the type is Kafka, then the value must be empty.