Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the steps mentioned below to add support for each transport type

...

  1. Download Apache Kafka server

    Info

    This guide uses Kafka 2.10-0.8.2.1 version.

  2. 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

SMS Transport

  1. Download and copy following libraries to <PRODUCT_HOME>/repository/components/lib/ directory.

...

  1. 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.

  2. 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-x.x.x.jar (for 5.7.0 and below)
    • <ACTIVEMQ_HOME>/lib/hawtbuf-1.9.jar (for 5.8.0 and above)
    • <ACTIVEMQ_HOME>/lib/activemq-client-x.x.x.jar (for 5.8.0 and above)

...