Author |
Message
|
eswarnv |
Posted: Sat Dec 14, 2002 10:42 pm Post subject: Can we access "Remote Queues" with out using " |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 88
|
Hi
I know that we can access "remote queues" by defining "local definition of remote queue" at local queue manager. My doubt is,
Can we access remote queues with out defining "local definition of remote queue (remote queue definition)"?
If yes, can u give me idea how to implement it???
Thanks
Eswar. |
|
Back to top |
|
 |
vennela |
Posted: Sun Dec 15, 2002 12:36 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
One way of doing it is:
Define a cluster with the two QMGRs (say QM1 and QM2) in the cluster.
Define the queue at one of the QMGRs say QM1
cluster the queue
Now you can PUT to the queue from QM2.
---
Venny |
|
Back to top |
|
 |
eswarnv |
Posted: Sun Dec 15, 2002 1:45 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 88
|
Hi Vennela,
I dont want to use clusters. I want to use traditional DQM.
Somewhere I have read like , we can communicate to remote queue with out defining "local definiton of remote queue" by using fully qualified remote name..
If u get any Idea please throw me..
Thanks in Advance
Eswar |
|
Back to top |
|
 |
leongor |
Posted: Sun Dec 15, 2002 7:34 am Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
In DQM you have 3 options :
1. Define local remote definition for each remoteQ.
2. Define Qmgr Alias for remote qmgr and use it in ObjectQMgrName field, in ObjectName field use the real queue name.
3. Don't define aliases, but use xmitQ ( pointing to remote qmgr ) in ObjectQMgrName, in ObjectName field use the real queue name. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
bduncan |
Posted: Sun Dec 15, 2002 4:42 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
You have the options that have already been pointed out, in addition, depending on your particular situation, you can simply use the MQSeries client on machine A, which actually connects to the queue manager on machine B.... _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
|