Symptom:
In some cases, Message Queue 4.1 Broker fails to respond when I scan the computer on which it is installed for security or port data.
Solution:
The cause could be that Message Queue 4.1 Broker is using dynamic ports (its default setting).
To help enable Message Queue 4.1 Broker to repond to scans, configure it to bind to static ports and IP addresses.
To Configure Message Queue 4.1 Broker to bind to static ports and IP addresses
The default location of this file is C:\Program Files\CA\SC\MessageQueue\4.1\mq\lib\props\broker.
imq.jms.tcp.port=
imq.jms.tcp.hostname=
Do the following, if they are not already done:
imq.admin.tcp.port=
imq.admin.threadpool_model=dedicated
Add a new line underneath it and enter the following string:
imq.admin.tcp.hostname=127.0.0.1
Note: This value (127.0.0.1) specifies the loopback address, which is accessible only by the computer on which the Message Queue 4.1 Broker is installed.
imq.portmapper.hostname=
Do the following, if they are not already done:
You have configured Message Queue 4.1 Broker to respond to port and security scans.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |