Versions Compared

Key

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

...

The JMS transport implementation requires an active JMS server instance to be able to receive and send messages. We recommend using Apache ActiveMQ JMS server, but other implementations such as Apache Qpid and Tibco are also supported. You also need to put the client JARs for your JMS server in Carbon the product's classpath. In case of Apache ActiveMQ, you need to put the following JARs in the classpath:

...

These JAR files can be obtained by downloading the latest version of Apache ActiveMQ (version 5.2.0 or later is recommended). Extract the downloaded archive and find the required dependencies in the $ACTIVEMQ_HOME/lib directory. You need to copy these JAR files over to $CARBON<PRODUCT_HOMEHOME>/repository/components/lib directory for Carbon the product to be able to pick them up at runtime.

...