Table of Contents

Search

  1. Preface
  2. Introduction to High Availability
  3. Set Up the High Availability Environment
  4. Set Up a High Availability Cluster on Windows
  5. Steps to Setting Up a High Availability Cluster in Linux
  6. Optional High Availability Configuration
  7. Troubleshooting High Availability
  8. High Availability Log Messages
  9. Port Number Reference
  10. Glossary

High Availability Installation Guide

High Availability Installation Guide

Configure JMS Messages Data Directories

Configure JMS Messages Data Directories

Define a shared and reliable location for the cluster to use when sending and receiving JMS messages. The data directory locations may differ depending on the cluster component that processes the JMS messages and the operating system that you use.
If you change the default directory, add the dx.jms.dataDirectory property to the relevant configuration file and set the value to the new directory, such as:
dx.jms.dataDirectory=C:/data_directory
The configuration files for each cluster component that processes JMS messages are located in the following folders:
  • B2B Data Exchange JMS Broker:
    <Data Exchange Installation Directory>\DataExchange\message-broker\conf\activemq.xml
  • Data Exchange server:
    <Data Exchange Installation Directory>\DataExchange\conf\dx-configuration.properties
  • Operation Console:
    <Data Exchange Installation Directory>\DataExchange\tomcat\shared\classes\dx-configuration.properties
The following table describes the default JMS message storage directories for all parts of the B2B Data Exchange JMS Broker component:
Part
Default Directory Location
Windows service
<Data Exchange Installation Directory>\DataExchange\message-broker\data\
Windows command line script
<Data Exchange Installation Directory>\DataExchange\message-broker\data\
UNIX command line script
<Data Exchange Installation Directory>/DataExchange/message-broker/data/
The following table describes the default JMS message storage directories for all parts of the Data Exchange server component:
Part
Default Directory Location
Windows service
<Data Exchange Installation Directory>\DataExchange\activemq-data\
Windows command line script
<Data Exchange Installation Directory>\DataExchange\activemq-data\
UNIX command line script
<Data Exchange Installation Directory>/DataExchange/activemq-data/
The following table describes the default JMS message storage directories for all parts of the Operation Console component:
Part
Default Directory Location
Windows service
<WindowsServicesWorkingDirectory>\activemq-data
The typical working services working directory is:
C:\Windows\System32\
Windows command line script
<Data Exchange Installation Directory>\DataExchange\tomcat\bin\activemq-data\
UNIX command line script
<Data Exchange Installation Directory>/tomcat/bin/activemq-data/

0 COMMENTS

We’d like to hear from you!