Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: Inbound MQSeries Adapter — Inbound Adapter Environment Configuration
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Using the Environment Properties Editor

To Configure the Environment Properties

Configuring Oracle Applications Adapter Environment Properties

Outbound Oracle Applications Adapter Properties

Outbound Oracle Adapter Properties with XA support

Configuring the PeopleSoft HTTP Client Adapter Environment Properties

HTTP Settings

Proxy Configuration

Security and Authentication

Security and SSL

PeopleSoft Settings

PeopleSoft Settings and PeopleTools 8.42 Settings

PeopleSoft Settings and PeopleTools 8.13 Settings

Configuring SAP BAPI Adapter Environment Properties

Inbound SAP BAPI Adapter

Outbound SAP BAPI Adapter

Configuring the Siebel EAI Adapter Environment Properties

Siebel EAI

HTTP Settings

Proxy Configuration

Security

Additional SSL Section Notes

Adapter Environment Properties

Configuring the SWIFT Alliance Gateway Adapter Environment Properties

To Configure the SWIFT AG Adapter Environment Properties

SWIFT AG Adapter Environment Properties

Transport

Connection Pool Settings

Configuring Websphere MQ Adapter Environment Properties

Inbound MQSeries Adapter -- Inbound Adapter Environment Configuration

Outbound MQSeries Adapter (XA) -- Outbound Adapter Environment Configuration

Outbound MQSeries Adapter (XA) -- Connection Retry Settings

Outbound MQSeries Adapter (XA) -- Connection Pool Settings

Outbound MQSeries Adapter -- Outbound Adapter Environment Configuration

Outbound MQSeries Adapter -- Connection Retry Settings

Outbound MQSeries Adapter -- Connection Pool Settings

Outbound MQSeries Adapter -- Connection Establishment Mode

Accessing Non-Local Queue Managers and Non-Local Queues

Configuring Java CAPS Environment Components for Communications Adapters

Configuring Java CAPS Environment Components for Database Adapters

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Configuring Sun Master Indexes

Inbound MQSeries Adapter — Inbound Adapter Environment Configuration

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

Inbound MQSeries Adapter — Inbound 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 using 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.

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 local 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.