-Ahmed Alazzawe
In article <8k23i5$e46$1...@news.software.ibm.com>,
Sent via Deja.com http://www.deja.com/
Before you buy.
<aala...@my-deja.com> wrote in message news:8k2dec$6n3$1...@nnrp1.deja.com...
However, I have been developing SessionBeans that use JMS, as well as
mqbinds, internally to access MQSeries. This can also be done with
Servlets.
As far as using the Client or Server mode, here is how it works:
1. Server : To use it , your code has to run on the same machine where
MQSeries manager resides that you are connecting to. So , Servlets and
EJBs with their AppServers must be on the same machine. You can also
call EJBs on another machine , as long as they are where MQSeries is.
2. Clients : Anywhere , where you have the MQClients installed ( with
Java jars ) and the proper channels defined to connect to n MQ Manager.
Remember that each mqclient is an TCPIP connection itself and may not
be the most effecient way to connect , if your app uses heavy volumes
of connections to a server.
I hope that was usefull info.
-Ahmed Alazzawe
In article <8k44f1$mf6$1...@news.software.ibm.com>,
In article <8k58aj$196$1...@nnrp1.deja.com>, aala...@my-deja.com says...
"Bill Hines" <bhi...@hersheys.com> wrote in message
news:MPG.13dd1e63e...@news.software.ibm.com...
1. If you are running the "SERVER" mode ;i.e. using any of the
mqbind,JMS or C/C++ Server libs , Then your code has to run on the same
machine where the MQManager resides that you are connecting to. So , I
guess in Websphere's terms , it means the the AppServer that runs the
Server code , like Servlets, EJBs etc... has to be on the same machine
as the one that has the MQManager running.
2. As a client , internally MQSeries uses RPC/IIOP protocol , then
your "CLIENT" code , again can be mqbind, JMS, C/C++ , can be anywhere
on the network where the QManager, which you are connecting to , is
reachable.
Webpshere has MQSeries enabling tools , but I would be surprised to
find out that they actually changed the way MQSeries works,specially
since MQSeries can still be deployed independently without Websphere,
and therefore the guidelines above should still apply.
-Ahmed Alazzawe
In article <8l1lq5$er4$1...@news.software.ibm.com>,