ActiveMQ—Interaction Server JVM
This page provides an example of configuring Interaction Server options to load JVM and all of the required libraries when using ActiveMQ. See also the general description of the configuration requirements for Java.
Configuring Interaction Server to load JVM and required libraries
In the Interaction Server Application object, on the Applications Options tab, add the following jar files to the -Djava.class.path option in the jvm-options section:
- activemq-all-<version>.jar
- amq-jndi.jar
- log4j-api-<version>.jar *
The activemq-all-<version>.jar file is located in the ActiveMQ installation directory and not supplied with Interaction Server.
Important
Since version 5.17.0 activemq-all also requires log4j-api library. Please refer to Maven Repository: org.apache.activemq » activemq-all for information about the version of log4j-api. The log4j-api-<version>.jar file is not supplied with Interaction Server and should be downloaded from public repositories (e.g. Maven Repository: org.apache.logging.log4j » log4j-api ).
Comments or questions about this documentation? Contact us for support!
