WebSphere Application Server JMS server default port definitions
This list includes the name of each port, its default value (which you can change), the configuration file where the port is specified, and a description that contains a link to documentation about how to customize the port setting.
When you federate an application server node that uses embedded JMS into a deployment manager cell, the deployment manager creates a JMS server on the application server node. If you do not specify values for the port assignments, the JMS server uses the default values.
Note: When you federate a WebSphere Application Server instance into a deployment manager cell with the addNode script, you can specify different port values. See the addNode script for more information.
- Java Message Service (JMS) queued port (JMSSERVER_QUEUED_ADDRESS)
- Default value: 5558
- Configuration file: serverindex.xml
- Description: The TCP/IP port that the internal JMS provider's WebSphere MQ listener uses. This listener is used by JMS connections to communicate with the internal JMS provider. Specify this port with the administrative console End point settings page or with the chgwassvr script.
- JMS security port (JMSSERVER_SECURITY_PORT)
- Default value: 5557
- Configuration file: serverindex.xml
- Description: The TCP/IP port that the internal JMS provider uses to communicate with the internal JMS provider to verify authorizations to resources when WebSphere Application Server security is enabled. Specify this port with the administrative console End point settings page or with the chgwassvr script.
- JMS direct port (JMSSERVER_DIRECT_ADDRESS)
- Default value: 5559
- Configuration file: serverindex.xml
- Description: The TCP/IP port that the internal JMS provider uses to communicate with the internal JMS provider for JMS publish/subscribe connections when the WebSphere Topic Connection Factory resource port is set to DIRECT. Specify this port with the administrative console when you End point settings page or with the chgwassvr script.
- Simple Object Access Protocol (SOAP) port (SOAP_CONNECTOR_ADDRESS)
- Default value: 8876
- Configuration file: serverindex.xml
- Description: The TCP/IP port that your server uses for Simple Object Access Protocol (SOAP). Specify this port with the administrative console when you End point settings page or with the chgwassvr script.