April 2002
Intermediate to advanced
318 pages
6h 58m
English
We explore the methodology of programming with MQSeries Java API in this section.
In this section we examine the implementation of the binding and client connection modes. Assuming that from a design perspective you have chosen to implement either binding or client connection mode, we explain how we can implement them.
Connection to the queue manager is obtained by the constructor calls of the MQQueueManager class. At this time, the type of connection obtained is determined by some static fields in the MQEnvironment class. The static field settings that differentiate the connection modes are host, channel, userId, and password. Of these MQEnvironment fields that are used ...
Read now
Unlock full access