Troubleshooting Guide › Troubleshooting and Maintenance Procedures › Configure the Message Queue TCP Port
Configure the Message Queue TCP Port
When you install CA ControlMinder Enterprise Management, by default you configure the Message Queue to work with the SSL port (7243). You can change this default behavior and configure the Message Queue to use the TCP port (7222).
To connect to the Message Queue TCP port
- On the Enterprise Management Server, stop the Message Queue and JBoss server.
- Open the file tibemsd.conf for editing. This file is located in:
C:\Program Files\CA\Access Control/MessageQueue/tibco/tibco/cfgmgmt/ems/data
- Locate the entry listen=, remove the value, then enter the value: tcp://7222.
- Locate the entry authorization=, remove the value, then enter disabled.
- Save and close the file.
- Open the file factories.conf and locate the tag [SSLXAQueueConnectionFactory].
- Locate the entry url=, remove the value, then enter tcp://7222.
- Save and close the file.
- Open the file tibco-jms-ds.xml for editing. The file is located in:
JBoss_HOME/server/default/deploy/jms
- Search for and replace all the values displaying the SSL port number (7243) with the TCP port number 7222.
- Search for and replace all the entries displaying the value SSLXA with XA.
- Comment (<!--) the following two entries:
com.tibco.tibjms.naming.security_protocol=ssl
com.tibco.tibjms.naming.ssl_enable_verify_host=false
- Save and close the file.
- Start the Message Queue and JBoss server.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|