WebSphere Message Service Client for C/C++, Version 2.0.2 Operating Systems: AIX, Linux, Solaris, Windows

XMSC_WPM_PROVIDER_ENDPOINTS

Data type:
String
Property of:
ConnectionFactory

A sequence of one or more endpoint addresses of bootstrap servers. The endpoint addresses are separated by commas.

A bootstrap server is an application server that is responsible for selecting the messaging engine to which the application connects. The endpoint address of a bootstrap server has the following format:
  • host_name:port_number:chain_name
The meanings of the components of an endpoint address are as follows:
host_name
The host name or IP address of the system on which the bootstrap server resides. If no host name or IP address is specified, the default is localhost.
port_number
The number of the port on which the bootstrap server listens for incoming requests. If no port number is specified, the default is 7276.
chain_name
The name of a bootstrap transport chain used by the bootstrap server. The valid values are as follows:
Valid value Name of the bootstrap transport chain
XMSC_WPM_BOOTSTRAP_HTTP BootstrapTunneledMessaging
XMSC_WPM_BOOTSTRAP_HTTPS BootstrapTunneledSecureMessaging
XMSC_WPM_BOOTSTRAP_SSL BootstrapSecureMessaging
XMSC_WPM_BOOTSTRAP_TCP BootstrapBasicMessaging
If no name is specified, the default value is XMSC_WPM_BOOTSTRAP_TCP.

For more information about bootstrap transport chains, see the WebSphere Application Server Information Center.

If no endpoint address is specified, the default is localhost:7276:BootstrapBasicMessaging.


Reference topic

Terms of Use | Rate this page

Last updated: 24 May 2011

(C) Copyright IBM Corporation 2005, 2011. All Rights Reserved.