Use this to view and change the configuration for a communication end point used by runtime components running within a process. An end point provides host and port specifications for a server.
To view this administrative console page, click one of the following paths:
Configuration tab
Note that this field displays only when you are defining an end point for an application server.
Data type | String |
The following end points apply to WebSphere Application Server for z/OS only:
End point | Description |
JMSSERVER Queued Address | Specifies the host and port number used to configure the WebSphere
JMS Provider topic connection factory. The JMS Server Queued Address port
is the listener port used for full-function JMS-compliant, publish/subscribe
support. The default Queued Address port number is 5558. Since the queue manager and queue broker for the WebSphere JMS Provider are configured outside the administrative console, changes to this endpoint require corresponding configuration changes to the queue manager and queue broker. |
JMSSERVER Direct Address | Specifies the host and port number used to configure the WebSphere
JMS Provider topic connection factory. The JMS Server Direct Address port
is the listener port used for direct TCP/IP connection (non-transactional,
non-persistent, and non-durable subscriptions only) for publish/subscribe
support. The default Direct Address port number is 5559. Since the queue manager and queue broker for the WebSphere JMS Provider are configured outside the administrative console, changes to this endpoint require corresponding configuration changes to the queue manager and queue broker. |
For example, if the host name is myhost, the fully qualified DNS name can be myhost.myco.com and the IP address can be 155.123.88.201.
If you are using the ORB and ORB SSL listeners, you must specify the host name as * (asterisk) or as an IP address; IP names are not allowed.
In z/OS, the ORB_LISTENER_ADDRESS and ORB_SSL_LISTENER_ADDRESS end points can be set to a wild card (*) value, or a dotted decimal IP address in the form www.xxx.yyy.zzz where www, xxx, yyy and zzz are the decimal values 0-255. These end points cannot be set to a fully qualified DNS name such as myhost.myco.com.
Data type | String |
Default | * |
In z/OS, if you are using the ORB_SSL_LISTENER_ADDRESS end point, you can set the port value to zero (0) or any value in the valid range. The port for ORB_LISTENER_ADDRESS must be equal to the BOOTSTRAP_ADDRESS port number.
Data type | Integer |
Default | None |
Range | 1-65535 |