Required properties for administered ConnectionFactory objects
When an application creates a connection factory, a number
of properties must be defined to create a connection to a messaging
server.
The properties listed in the following tables are the minimum required for an application to set
to create a connection to a messaging server. To customize the way that a connection is
created, then the application can set any additional properties of the ConnectionFactory object as
necessary. For more information, see Properties of
ConnectionFactory. A complete list of available properties is included.
Connection to a IBM MQ queue manager
Real-time connection to a broker
Connection to a WebSphere Application Server service integration bus
XMS property |
Description |
XMSC_CONNECTION_TYPE |
The type of messaging server to which an application connects.. This
is determined from the connection factory class name. |
XMSC_WPM_BUS_NAME |
For a connection factory, the name of the service integration bus that the application connects to or, for a destination, the name of the service integration bus in which the destination exists. |
Parent topic: Work with administered objects