Use this task to create a connection factory, a queue connection factory, or a topic connection factory for use with the WebSphere® MQ messaging provider.
With JMS 1.1, domain-independent connection factories are preferred to domain-specific queue connection factories and topic connection factories.
To create a connection factory, a queue connection factory, or a topic connection factory for use with the WebSphere MQ messaging provider, use the administrative console to complete the following steps. You can choose either to enter all the required connection information using the Create WebSphere MQ JMS resource wizard or to use a client channel definition table (CCDT) to establish a connection to the WebSphere MQ messaging provider.
For information about modifying an existing connection factory, see the related tasks.
host[(port)][,host(port)]
host must be a valid TCP/IP host name or IPv4 or IPv6 address.
port must be an integer value in the range 1 - 65536 (inclusive). The port information is optional, and if not specified, defaults to 1414.
For example: localhost(1234),remotehost1(1234),remotehost2