We have developed JMS based app and it is now going to
talk with client from other platforms (C++).
Must we rewrite our code iin MQ base java in order
to make it talk to C++?
Second question, we have a queue manager cluster and
we need now to keep sending messagers to a particular
queue instance. It seems that we can do it only
with MQ base java API (MQOEN with MQOO_BIND_ON_OPEN),
is this right? now way to do it with JMS because
cluster is not addressed in JMS, right?
Can we mix MQ JMS code and MQ base java code together?
is it recommanded?
Thanks,
talk with client from other platforms (C++).
Must we rewrite our code iin MQ base java in order
to make it talk to C++?
Second question, we have a queue manager cluster and
we need now to keep sending messagers to a particular
queue instance. It seems that we can do it only
with MQ base java API (MQOEN with MQOO_BIND_ON_OPEN),
is this right? now way to do it with JMS because
cluster is not addressed in JMS, right?
Can we mix MQ JMS code and MQ base java code together?
is it recommanded?
Thanks,