When you install CA ControlMinder Enterprise Management, the Message Queue Server is configured with the default SSL communication port numbers. You can modify the port numbers after you installed CA ControlMinder Enterprise Management, for example, to prevent unauthorized access from well-known ports.
Example: Modifying the Message Queue Server SSL Port Numbers
The following example explains how to modify the Message Queue Server SSL port numbers from the default port numbers.
To modify the Message Queue Server SSL Port Numbers
Note: Stop all the CA ControlMinder services or daemons before you modify the Message Queue Server settings.
ACServer_InstallDir/AccessControlServer/MessageQueue/tibco/ems/bin
url = ssl://PR_DMS_SERVER:7777
listen = ssl://7777
java.naming.provider.url=tibjmsnaming://localhost:7777
[SSLQueueConnectionFactory] type = queue url = ssl://7777 ssl_verify_host = disabled
[SSLTopicConnectionFactory] type = topic url = ssl://7777 ssl_verify_host = disabled
[SSLXAQueueConnectionFactory] type = xaqueue url = ssl://7777 ssl_verify_host = disabled
tibjmsnaming://localhost:7777
The Message Queue Server SSL port numbers are now modified as required.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|