Enable TLS-Only Connections for ActiveMQ | Teradata Viewpoint - Enabling TLS-Only Connections for ActiveMQ - Teradata Viewpoint

Teradata® Viewpoint Installation, Configuration, and Upgrade Guide for Customers

Product
Teradata Viewpoint
Release Number
17.10
Published
February 2022
Language
English (United States)
Last Update
2022-05-30
dita:mapPath
ktu1628075596955.ditamap
dita:ditavalPath
acl1501004736403.ditaval
dita:id
B035-2207
lifecycle
previous
Product Category
Analytical Ecosystem
ActiveMQ connection is restricted to all applications in the ecosystem being connected through TLS to ActiveMQ.
  1. From /opt/teradata/tdactivemq/config/td-broker.xml, remove the following line:
    <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>
    <!-- The transport connectors ActiveMQ will listen to -->
            <transportConnectors>
                <transportConnector name="ssl" uri="ssl://0.0.0.0:61617"/>
            </transportConnectors>
  2. From /opt/teradata/tdactivemq/config/td-activemq-static-network-broker.xml, remove the following line:
    <transportConnector name="openwire" uri="tcp://0.0.0.0:61616" updateClusterClients="false" rebalancedClusterClients="false" updateClusterClientsOnRemove="False"/>
    <!-- The transport connectors ActiveMQ will listen to -->
       <transportConnectors>
            <transportConnector name="ssl" uri="ssl://0.0.0.0:61617"/>
       </transportConnectors>
  3. Restart tdactivemq.