Configuring Java CAPS Environment Components for Application Adapters

Outbound MQSeries Adapter — Outbound Adapter Environment Configuration

The Outbound MQSeries Adapter — Outbound Adapter Environment Configuration section of the WebSphere MQ Adapter Environment properties contains the top-level parameters displayed in the following table.

Table 30 Environment Configuration - Outbound MQSeries Adapter — Outbound Adapter Environment Configuration

Name 

Description 

Required Value 

Host Name

Specifies name of the computer on which the queue manager resides. This property must be left blank to cause the Adapter to use Bindings mode rather than Client mode. 

Bindings mode allows the Adapter to communicate directly with queue manager, without a TCP/IP connection. In this mode, the Adapter and the queue manager need to be installed on the same machine. When the Adapter is configured to use a Client mode connection, the Adapter communicates with the queue manager using a TCP/IP-based connection. 

The name of the specific queue manager host. 

Leave the value blank to cause the Adapter to use Bindings mode.


Note –

WebSphere MQ Adapter (outbound) support for XA requires Bindings mode. The Adapter’s HostName and Channel Name property values must be left blank for the Adapter to operate in Bindings mode.


Port Number

Specifies the number of the listen port on which the queue manager is bound. 

A number indicating the port on which the queue manager is bound. 

Queue Manager Name

Specifies the name of the queue manager to which the Adapter connects. 


Note –

Use only a local queue manager name in the Adapter Environment Configuration, whether bindings or Client mode is used. See Accessing Non-Local Queue Managers and Non-Local Queues.


The name of the local queue manager. 

Channel Name

Specifies the name of the channel being used. 

The name of the channel. 

Coded Character Set ID

Specifies the Client Coded Character Set ID (CCSID). When left blank, the Adapter uses a default, platform-dependent CCSID. The Adapter must use a Client CCSID compatible with the queue manager’s CCSID, in order that character-based data sent to or received from the queue manager is encoded/decoded properly.

If, for any reason, it becomes necessary to send character data that utilizes a different CCSID than the one specified by this setting to a queue manager, then you may invoke the Adapter OTD’s MsgHeader.setCharacterSet method from the Collaboration to temporarily override the setting. 

A supported CCSID (integer) value, or none at all (blank). For a table of supported CCSID, please see the entry for the variable, MQEnvironment.CCSID in IBM document SC34-6066-00, WebSphere MQ Using Java, of your WebSphere MQ software installation.

UserID

Specifies the user ID required to access the queue manager. If none is required, leave this parameter blank. 

A User ID required to access the queue manager. 

Password

Specifies the user password required to access the queue manager. If a password is not required, leave this parameter blank. 

A user password that grants access to a specific queue manager. 

SSL Enabled

When SSL is enabled, all communications are sent over a secure channel. 

Yes or No.

The configured default is No.