You can change the TCP port number for ActiveMQ Server communication. The ActiveMQ Server TCP port number is 61616 by default.
Follow these steps:
<networkConnectors> . . . <networkConnector name="host1 and host2" uri="static://(tcp://host1:portnumber,tcp://host2:portnumber)"/> . . . </networkConnectors> . . . <transportConnectors> <transportConnector name="openwire" uri="tcp://server:portnumber ?wireFormat.maxInactivityDuration=-1" /> . . . </transportConnectors>
port=portnumber
<AMQ name="AMQClient" uuid=""> <ConnectionInfo failover="TRUE" host="server" password="(encrypted pw)" port="portnumber" protocol="tcp" reconnectAttempts="240" reconnectTime="30000" user="catalyst"/> . . . </AMQ>
<ConnectionInfo ...port="portnumber"
<property name="port" value="portnumber"/>
<property name="port" value="portnumber"/>
<parameter name="myTopicConnectionFactory"> <parameter name="java.naming.provider.url"> tcp://localhost:portnumber</parameter> ...
<parameter name="myQueueConnectionFactory"> <parameter name="java.naming.provider.url"> tcp://localhost:portnumber</parameter> ...
<parameter name="default"> <parameter name="java.naming.provider.url"> tcp://localhost:portnumber</parameter>
<tns:jmsImplementation inj:injID="jms"> <tns:brokerURL>tcp://server:portnumber</tns:brokerURL>
All SA Manager files contain the new ActiveMQ Server TCP port number.
<AMQ name="AMQClient" uuid=""> <ConnectionInfo failover="TRUE" host="server" password="(encrypted pw)" port="portnumber" protocol="tcp" reconnectAttempts="240" reconnectTime="30000" user="catalyst"/> . . . </AMQ>
<property name="port" value="portnumber"/>
All connector files contain the new ActiveMQ Server TCP port number.
The Registry loads an updated record of all CA Catalyst files in which you changed the port number.
The port number change takes effect.
Steps 7-14 are only required if you are using the Event connector.
The log in page opens.
The Dashboard page of the administrative interface opens.
The samevent catalog that is deployed by default when you install the Event connector uses the sampc-dest.xml file.
A policy configuration page opens.
The password is changed. Change the password in all CA SOI policy files being used in a catalog.
The connectors are redeployed using the updated ActiveMQ Server port.
|
Copyright © 2013 CA.
All rights reserved.
|
|