Author |
Message
|
JoePanjang |
Posted: Fri Jan 09, 2004 7:06 pm Post subject: JMS and MQ |
|
|
Voyager
Joined: 10 Jul 2002 Posts: 88 Location: Dengkil MALAYSIA
|
Hi
One of my vendor proposed to have JMS in their Solaris server to talk to MQ at OS390. My only question:-
(1) at the JMS solaris server , do i have to install MQ Software Server version and define the QMGR, channels etc for connection to OS390 MQ?
Thanks.
 _________________ Every good deed is charity... |
|
Back to top |
|
 |
EddieA |
Posted: Sat Jan 10, 2004 12:38 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Not necessarily. JMS will work connecting either to a local queue manager in bindings mode. Or a remote queue manager in client mode.
The choice would be made for other reasons.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
JoePanjang |
Posted: Sun Jan 11, 2004 1:26 am Post subject: |
|
|
Voyager
Joined: 10 Jul 2002 Posts: 88 Location: Dengkil MALAYSIA
|
(1) is binding to local qmgr meaing the the local solaris server which i need to install mqseries server version and all the definitions(channels, xmitq etc) to connect to remote qmgr on OS390. and JMS will talk to this server mq definition. Is this correct?
(2) with client mode, is that from the client pc or from the solaris server? any thing at os390 remote qmgr need to define? is that similar to the mqclient definition?
 _________________ Every good deed is charity... |
|
Back to top |
|
 |
EddieA |
Posted: Sun Jan 11, 2004 11:20 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
1) Bindings mode is connecting to a local Queue Manager on the same machine. Which in your case is the Solaris box.
2) Client connections can come from any machine that supports the Client code. You can even connect to a Queue Manager in the same box using Client, if you so desire.
On the Mainframe, the feature to accept Client connections is NOT part of the 'standard' package. It is a seperately ordreable feature.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
JoePanjang |
Posted: Sun Jan 11, 2004 4:19 pm Post subject: |
|
|
Voyager
Joined: 10 Jul 2002 Posts: 88 Location: Dengkil MALAYSIA
|
finally understood. Many thanks for the input.
 _________________ Every good deed is charity... |
|
Back to top |
|
 |
|