+

Search Tips   |   Advanced Search

(zos)

WebSphere MQ libraries and the WAS for z/OS STEPLIB

To connect a WAS connection factory to a WebSphere MQ queue manger in bindings mode, specify the correct WebSphere MQ libraries in the WAS STEPLIB concatenation.

Specify two libraries in the STEPLIB if we do not require the option to use a default queue manger. If we do require the option to use a default queue manager, specify three libraries.

The following two libraries must be specified in the WAS STEPLIB to enable a bindings connection:

A "bindings" connection is often used when WebSphere Application Server and WebSphere MQ are running on the same host. This is a cross-memory connection used to communicate with a queue manager. A bindings connection is also known as "call attach".

thlqual.SCSQANLx

This library contains error message information for the national language. The letter x represents the letter for the national language.

thlqual.SCSQAUTH

This library contains the code which the WebSphere MQ client code within WebSphere Application Server communicates with.

The following three libraries must be specified in the WAS STEPLIB to enable a bindings connection:

A "bindings" connection is often used when WebSphere Application Server and WebSphere MQ are running on the same host. This is a cross-memory connection used to communicate with a queue manager. A bindings connection is also known as "call attach".

thlqual.SCSQANLx

This library contains error message information for the national language. The letter x represents the letter for the national language.

thlqual.SCSQAUTH

This library contains the code which the WebSphere MQ client code within WebSphere Application Server communicates with.

The name of the library containing the CSQBDEFV program which names the default queue manager in the WebSphere MQ configuration

Contact the WebSphere MQ administrator to find out the name of this library.

If we do not have an existing WebSphere MQ library containing the CSQBDEFV program, we can set it up by following the steps in Task 19: Set Batch, TSO, and RRS adapters in the WebSphere MQ information center.


Related tasks

  • Create a connection factory for the WebSphere MQ messaging provider
  • Configure a unified connection factory for the WebSphere MQ messaging provider
  • Configure a queue connection factory for the WebSphere MQ messaging provider
  • Configure a topic connection factory for the WebSphere MQ messaging provider


    WebSphere MQ library

  • WebSphere MQ messaging provider queue connection factory settings