How do I use MQSeries with iAS 6.2?

This message is an inquiry on how to implement IBM MQ Series to iPlanet, in

BINDINGS mode vs CLIENT mode.

We have had few problems using client mode, but cannot seem to get BINDINGS

mode to work in JMS in iAS 6.2.

Defining the setting in the JMS configuration does not succeed.

The issue has resurfaced, based on anticipated growth in usage of MQ queues

by our major application.

During a stress test, our internal MQ support folks monitoring the queue

channels detected "channel full" conditions at about the time the stress

test experienced slowdowns or failures of queries (possibly due to timeouts)

The recommendation from the bank MQ support group is to move to a bindings

model.

Client mode (if I understand correctly) requires a looser connectivity and

can be more limited in capacity.

Since we install MQ managers in all servers that make use of MQ, vs

connecting as a network client, this should be possible.

[1051 byte] By [christenscreen] at [2007-11-25 8:07:40]
# 1
To work with MQSeries binding mode, one need to set LD_LIBRARY_PATHfor MQSeries's shared library (JNI) used by binding mode. JMSauthentication support has difference in binding mode from clientmode - this is mentioned in MQSeries Using Java documentation.
christenscreen at 2007-7-1 13:58:54 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...