Follow the steps mentioned below to add support for each transport type
...
Download Apache Kafka server.
Info This guide uses Kafka 2.10-0.8.2.1 version.
- Copy the following client JAR files from
<KAFKA_HOME>/libs/
directory to<PRODUCT_HOME>/repository/components/lib/
directory.
kafka_2.10-0.8.2.1.jar
- zkclient-0.3.jar
- scala-library-2.10.4.jar
- zookeeper-3.4.6.jar
- metrics-core-2.2.0.jar
- kafka-clients-0.8.2.1.jar
Info |
---|
The above jars are the client jars for Kafka 2.10-0.8.1. If you want to use the client jars for Kafka_2.10-0.9.0.1 or Kafka_2.11-0.9.0.1, the following needs to be done.
|
Info |
---|
Kafka_2.10-0.9.0.1 is backward compatible. Therefore, you can use Kafka_2.10-0.8.2.1 client jars to connect with Kafka_2.10-0.9.0.1. |
SMS Transport
Download and copy following libraries to
<PRODUCT_HOME>/repository/components/lib/
directory.
...
Install Apache ActiveMQ JMS.
Info This guide uses ActiveMQ versions 5.7.0 - 5.9.0. If you want to use a later version, for instructions on the necessary changes to the configuration steps, go to Apache ActiveMQ Documentation.
- Add the following ActiveMQ JMS-specific JAR files to the
<PRODUCT_HOME>/repository/components/lib/
directory.<ACTIVEMQ_HOME>/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
<ACTIVEMQ_HOME>/lib/activemq-core-5x.7x.0x.jar (for 5.7.0 and below)
<ACTIVEMQ_HOME>/lib/hawbufhawtbuf-1.9.jar (for 5.8.0)
<ACTIVEMQ_HOME>/lib/activemq-client-xxxx.x.x.jar (for 5.8.0 and 5.9.0above)
Follow the steps to configure Apache Qpid message broker
...