Author |
Message
|
kavithadhevi |
Posted: Mon Jun 03, 2002 10:59 am Post subject: Multiple server connection |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
can anyone help me with multiple server connection ? how could i achieve connecting multiple servers not in point of application. like MQSERVER var, but accessing mulitple servers and channels for the clients to access without they mentioning it in the application, got to be taken care of the installation people setup. pls help me with some suggestions. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Jun 03, 2002 8:06 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
You can use "Channel Tables" (see Intercommunication book) for a MQ client application connecting to mulitple queue managers. The application only needs to know about the queue manager name & queue name. The channel table will have the definitions for the channel name, IP / dns and port #.
later
Roger... |
|
Back to top |
|
 |
kavithadhevi |
Posted: Tue Jun 04, 2002 4:40 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
Thanks for your reply, i'll check it out. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
kavithadhevi |
Posted: Tue Jun 04, 2002 7:07 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
i couldnt find , i appreciate if you can brief me about it pls. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
StefanSievert |
Posted: Tue Jun 04, 2002 8:48 am Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
|
Back to top |
|
 |
indian |
Posted: Fri Jun 14, 2002 12:03 pm Post subject: |
|
|
Novice
Joined: 29 Jan 2002 Posts: 22
|
|
Back to top |
|
 |
kavithadhevi |
Posted: Mon Jun 17, 2002 5:07 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi All,
I found atlast made it work. I thought i'll share it cos i couldnt find this information in any forum as far as i browsed.
So here goes wat i did ,
1. Created Client channels for the Local and Remote QMgrs connecting to one particular QMgr in the Server.
2. Copied the TAB file to the client and added it in the path variable.
3. Created SVRCONN channels too in the same name as Client Conn channels. thats the key as far as i found in my research.
4. Try with AMQSPUTC Q Qmgr
Thats all. This is might be a different way or certain things may not be necessary , but this how i made it work. Hope this helps whos looking for channel table creation.  _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
|