Author |
Message
|
vam |
Posted: Tue Sep 20, 2011 6:11 am Post subject: WMQ Client Server Configuaration |
|
|
Acolyte
Joined: 16 Mar 2010 Posts: 70
|
Installed client in X system and having server in Y system.
Server Side: Created a serverconnection channel
Client Side : copied AMQCLCHL.TAB tab file and created the environment variables MQCHLTAB and MQCHLLIB .
Note: No issues with TAB file.
Please do let me know what are the other necessary steps I need to follow to do the client server configuaration and steps to check whether both server and client are configuired or not.
Best Regards,
Vam |
|
Back to top |
|
 |
zpat |
Posted: Tue Sep 20, 2011 6:21 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Try using one of the sample apps that work in client mode, like amqsgetc
However the CCDT is updated only when a CLNTCONN channel is defined.
Personally I prefer to use support pac MO72 to maintain my CCDT. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 20, 2011 6:26 am Post subject: Re: WMQ Client Server Configuaration |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vam wrote: |
Note: No issues with TAB file. |
Until you've tested, how do you know?
vam wrote: |
Please do let me know what are the other necessary steps I need to follow to do the client server configuaration |
Those in the client manual. You're a step short.
vam wrote: |
and steps to check whether both server and client are configuired or not. |
Use one of the client samples or a support pac to establish a client connection. If it works you're configured correctly. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
ankurlodhi |
Posted: Tue Sep 20, 2011 6:29 am Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
he is 2 steps short.
yap 2 steps short,, he realy is 2 stop short. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Sep 20, 2011 6:41 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
ankurlodhi wrote: |
he is 2 steps short.
yap 2 steps short,, he realy is 2 stop short. |
Is this tweet-speak? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
vam |
Posted: Tue Sep 20, 2011 6:54 am Post subject: WMQ Client Server Configuaration |
|
|
Acolyte
Joined: 16 Mar 2010 Posts: 70
|
Checked using amqsput and amqsget commands.Able to put and get messages from server queue.Hope both got configured ? |
|
Back to top |
|
 |
ankurlodhi |
Posted: Tue Sep 20, 2011 6:55 am Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
no it's not tweet speak but he is 2 step short.
1: he didn't configured the client conn channel.
2: he didn't defined the listener for the channel.
and after doing these 2 he will have to again place the new updated channel table file. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Sep 20, 2011 6:59 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ankurlodhi wrote: |
2: he didn't defined the listener for the channel. |
That would be a neat trick to accomplish, since listeners are not channel-specific. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 20, 2011 7:09 am Post subject: Re: WMQ Client Server Configuaration |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vam wrote: |
Hope both got configured ? |
Proves nothing.
Wrong samples. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 20, 2011 7:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
ankurlodhi wrote: |
2: he didn't defined the listener for the channel. |
That would be a neat trick to accomplish, since listeners are not channel-specific. |
That Nobel Prize is sliding into the distance. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
ankurlodhi |
Posted: Tue Sep 20, 2011 7:16 am Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
hmmm I guess i gave an ok solution this time. |
|
Back to top |
|
 |
zpat |
Posted: Tue Sep 20, 2011 7:20 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Sep 20, 2011 7:21 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
The WMQ Clients manual identifies two distinct methods of connecting a client to a qmgr. One of the methods, the simpler of the two to implement, does not require a client-connection channel and CCDT. The other method requires both. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
ankurlodhi |
Posted: Tue Sep 20, 2011 7:42 am Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
yap if we set
mqserver we can do it with out client connection channel and channel tabel file,
but there are also certain limitation of that method also.
i was only taught the first only, i didn't even knew about the second one but later on reading the client manual i came to know the second one. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 20, 2011 8:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ankurlodhi wrote: |
hmmm I guess i gave an ok solution this time. |
half of one.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|