Editing the ActiveMQ XML File - Data Stream Architecture - Data Stream Utility

Data Stream Utility Installation, Configuration, and Upgrade Guide for Customers

Product
Data Stream Architecture
Data Stream Utility
Release Number
15.11
Published
December 2016
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
ixz1479744517237.ditamap
dita:ditavalPath
3153_DSU_ICUCustomer_1511.ditaval.ditaval
dita:id
B035-3153
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities
Your Teradata ActiveMQ XML file must be updated before running DSA.
  1. Edit the broker element parameters in the ActiveMQ Broker XML file, located at /opt/teradata/tdactivemq/config/td-broker.xml, to the following settings:
    Broker Element Parameters Input
    brokerName TeradataActiveMQ
    dataDirectory ${tdactivemq.base}/data
    deleteAllMessagesOnStartup false
    advisorySupport false
    The advisorySupport parameter must be added to the ActiveMQ Broker file, and all DSC master and media server source and target database nodes must resolve the ActiveMQ server name successfully.
  2. To optimize memory utilization, make the following configuration changes to the scripts in /etc/init.d/tdactivemq and /opt/teradata/tdactivemq/bin/tdactivemq:
    1. For export ACTIVEMQ_OPTS="-Dtdactivemq.base=/var/opt/teradata/tdactivemq -Xmx512M change 512 to 4096 so that the statement reads: export ACTIVEMQ_OPTS="-Dtdactivemq.base=/var/opt/teradata/tdactivemq -Xmx4096M
    2. For Dorg.apache.activemq.UseDedicatedTaskRunner=true change true to false so that the statement reads: Dorg.apache.activemq.UseDedicatedTaskRunner=false.