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
16.50
16.20
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
nsn1520516845887.ditamap
dita:ditavalPath
nsn1520516845887.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.