Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: Outbound WebSphere MQ Adapter XA Connectivity Map Properties
 

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 Adapter Connectivity Map Properties

Using the Properties Editor

Configuring the Adapter Connectivity Map Properties

Configuring Oracle Applications Adapter Connectivity Map Properties

Properties in the Outbound Oracle Applications Adapter

Configuring PeopleSoft Adapter Connectivity Map Properties

PeopleSoft Adapter Connectivity Map Properties

Selecting PeopleSoft HTTP Client or PeopleSoft HTTP Server as the External Application

Configuring SAP BAPI Adapter Connectivity Map Properties

Configuring the Inbound SAP BAPI Adapter Properties

Configuring the Outbound SAP BAPI Adapter Properties

Configuring Siebel EAI Adapter Connectivity Map Properties

Adapter Connectivity Map Properties

Configuring the Siebel EAI Adapter Connectivity Map Properties

Configuring SWIFT Alliance Gateway Adapter Connectivity Map Properties

SWIFT Alliance Gateway Adapter Connectivity Map Properties

Selecting SWIFT Alliance Gateway as the External Application

WebSphere MQ Adapter Connectivity Map Properties

Inbound WebSphere MQ Adapter Connectivity Map Properties

Outbound WebSphere MQ Adapter XA Connectivity Map Properties

Outbound WebSphere MQ Adapter Connectivity Map Properties

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

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

Outbound WebSphere MQ Adapter XA Connectivity Map Properties

The outbound WebSphere MQ Adapter XA parameters, accessed from the Connectivity Map, are contained in the following section.

Outbound WebSphere MQ Adapter (XA) Settings

The Outbound Adapter (XA) Settings section of the WebSphere MQ Adapter Connectivity Map properties contains the top-level parameters displayed in the following table.

Connectivity Map - Outbound Adapter Settings

Name
Description
Required Value
Queue Name
Specifies the name of queue to which the message is published. This parameter is optional. The queue name may also be specified manually in the Business Process or Collaboration that effects the put.
The queue name to which the message is retrieved or published.
Security Exit
Specifies the optional, package qualified name of a user-defined class that implements the com.ibm.mq.MQSecurityExit interface.

WebSphere MQ invokes an instance of the class whenever the Adapter attempts to connect to the queue manager. The named class must include a default constructor.

This parameter is only used for client connections. Security Exits are not applicable to bindings connections.

For more information about Security Exits, see the IBM document, WebSphere MQ Using Java (CSQZAW09) regarding MQSecurityExit.

The name of the user-defined class. This property also requires an assigned value for the Security Exit JAR Classpath property.
Security Exit JAR Classpath
Specifies the absolute path to the JAR file that contains the named Security Exit. This property is required if the Security Exit is specified.

The specified JAR is packaged into the application (EAR) file that is generated during Project activation. If the specified JAR cannot be accessed or found, the activation will fail.

If this property value is left blank, you must ensure that a JAR file containing the Security Exit is made accessible to the runtime Environment prior deploying the Project (for example, by manually copying the JAR file into the Integration Server’s lib directory prior to or during the Deployment Process).

For more information about Security Exits, see the IBM document, WebSphere MQ Using Java (CSQZAW09) regarding MQSecurityExit.

The absolute path for the JAR file that contains the named Security Exit class.
Outbound WebSphere MQ Adapter (XA) Settings with Queue Open Options

The Outbound Adapter Settings with Queue Open Options section of the WebSphere MQ Adapter Connectivity Map properties contains the top-level parameters displayed in the following table. These properties apply specifically to the MQOPEN calls.

Connectivity Map - Outbound Adapter Settings with Queue Open Options

Name
Description
Required Value
MQOO_ALTERNATE_USER_AUTHORITY
Specifies whether an alternate user identifier is used to check the authorization for the open.

True indicates that and alternate user identifier is used.

True or False.

The configured default is False.

MQOO_BIND_AS_Q_DEF
Specifies whether the binding used for the queue handle is taken from the DefBind queue attribute.

True indicates that the binding used is taken from DefBind queue attribute.

True or False.

The configured default is False.

MQOO_BIND_NOT_FIXED
Specifies whether the local queue manager binds the queue handle to a particular instance of the destination queue, when the object being opened is a cluster queue.

True indicates that the local queue manager will bind to a specific destination.

This option is ignored when specified for a queue that is not a cluster queue.

True or False.

The configured default is False.

MQOO_BIND_ON_OPEN
Specifies whether the local queue manager binds the queue handle to a particular instance of the destination queue, when the object being opened is a cluster queue.

True indicates that the local queue manager will not bind to a specific destination.

This option is ignored when specified for a queue that is not a cluster queue.

True or False.

The configured default is False.

MQOO_BROWSE
Specifies whether the queue is opened to browse messages.

True indicates that the queue is open for use with MQGET calls with the following options:

  • MQGMO_BROWSE_FIRST

  • MQGMO_BROWSE_NEXT

  • MQGMO_BROWSE_MSG_UNDER_CURSOR

True or False.

The configured default is False.

MQOO_FAIL_IF_QUIESCING
Specifies whether the MQOPEN call fails when the queue manager is in quiescing state. Used to control authorization checking.

True indicates that the MQOPEN call will fail if queue manager is quiescing.

True or False.

The configured default is False.

MQOO_INPUT_AS_Q_DEF
Specifies whether the queue is opened to browse messages using the queue-defined default.

True indicates that the queue is open for use with subsequent MQGET calls.

Note - The value of this parameter is ignored when the Adapter is operating in automatic connection mode, because the Adapter must be capable of both receiving and sending messages.

True or False.

The configured default is True.

MQOO_INPUT_EXCLUSIVE
Specifies whether the queue is opened to get messages with exclusive access.

True indicates that the queue is open for use with subsequent MQGET calls. Calls will fail with reason code MQRC_OBJECT_IN_USE if the queue is currently used (open) by this or another application for input of any type.

True or False.

The configured default is False.

MQOO_INPUT_SHARED
Specifies whether the queue is opened to get messages with shared access.

True indicates that the queue is open for use with subsequent MQGET calls. Calls will succeed, even when the queue is currently used (open) by this or another application for input of any type.

True or False.

The configured default is False.

MQOO_INQUIRE
Specifies whether the object is opened to inquire attributes.

True indicates that the queue, name list, process definition, or queue manager is open for use with subsequent MQINQ calls.

True or False.

The configured default is True.

MQOO_OUTPUT
Specifies whether the object is opened to put messages.

True indicates that MQOPEN call can succeed, even if the InhibitPut queue attribute is set to MQQA_PUT_INHIBITED (though subsequent MQPUT calls will fail).

Note - The value of this parameter is ignored when the Adapter is operating in automatic connection mode, because the Adapter must be capable of both receiving and sending messages.

True or False.

The configured default is True.

MQOO_PASS_ALL_CONTEXT
Specifies whether to allow all context to pass.

True indicates that the MQPMO_PASS_ALL_CONTEXT option is specified in the PutMsgOpts parameter when a message is put on a queue, and gives the message identity and origin context information from an input queue opened with the MQOO_SAVE_ALL_CONTEXT option.

True also indicates that MQOO_PASS_IDENTITY_CONTEXT is implied and does not need to be specified.

True or False.

The configured default is False.

MQOO_PASS_IDENTITY_CONTEXT
Specifies whether to allow identity context to pass.

True indicates that the MQPMO_PASS_IDENTITY_CONTEXT option to be specified in the PutMsgOpts parameter when a message is put on a queue. This gives the message the identity context information from an input queue opened with the MQOO_SAVE_ALL_CONTEXT option.

True indicates that the MQOO_OUTPUT option must be specified.

True or False.

The configured default is False.

MQOO_RESOLVE_NAMES
Specifies MQOO_RESOLVE_NAMES.

Select True if you want to use the resolved queue manager name and resolved queue name attributes of the ImqQueue class.

True or False.

The configured default is False.

MQOO_SAVE_ALL_CONTEXT
Specifies whether to save context when message is retrieved.

True indicates that context is saved. Context information is associated with this queue handle and set from the context of any message retrieved using this handle.

True or False.

The configured default is False.

MQOO_SET
Specifies whether the queue is open to set attributes.

True indicates that the queue is open to set attributes and for use with subsequent MQSET calls.

True or False.

The configured default is False.

MQOO_SET_ALL_CONTEXT
Specifies whether to allow all context to be set.

True indicates that all context can be set. The MQPMO_SET_ALL_CONTEXT option is specified in the PutMsgOpts parameter when a message is put on a queue. Gives the identity and origin context information contained in the MsgDesc parameter specified on the MQPUT or MQPUT1 call to the message.

True or False.

The configured default is False.

MQOO_SET_IDENTITY_CONTEXT
Specifies whether to allow identity context to be set.

True indicates that identity context can be set. The MQPMO_SET_IDENTITY_CONTEXT option can be specified in the PutMsgOpts parameter when a message is put on a queue. Gives the identity and origin context information contained in the MsgDesc parameter specified on the MQPUT or MQPUT1 call to the message.

True or False.

The configured default is False.