Author |
Message
|
sbalaji9 |
Posted: Fri Aug 05, 2005 11:41 am Post subject: Cluster Configuration |
|
|
Newbie
Joined: 05 Aug 2005 Posts: 5
|
Hi,
I have a problem accessing the Local Queue which is part of the Cluser. Let me explain the scenerio iam trying , i have a MQseries server installed on winXp and another MQServer on Unix machine , i created a CLUSTER on windows MQServer and added the Unix QMGR to the CLuster , Now the Unix MQ has 2 Queues , 1 remote Q and 1 Local , i added both the Q's to the Cluster , i can actually put the messages on both the Q's remote and Local but when i am trying to retrieve the mgs from Local Q on unix which part of Cluster , iam getting an Error code 2085. I dotn want to access the LocalQ directly from Unix , bcoz my application cannot talk to Unix MQServer , it has to go thru Windows MQServer , this is the mainreason to create the cluster between Win and Unix.
Any suggestions wud'be greatly helpful.
thanks
Suresh Balaji |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Aug 05, 2005 11:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Design misconception...
If the q is a ql to the Unix QMGR you need to be connected to the Unix QMGR to do a get. Cluster or no cluster -- same behavior...
Enjoy  |
|
Back to top |
|
 |
sbalaji9 |
Posted: Fri Aug 05, 2005 12:33 pm Post subject: Cluster Configuration |
|
|
Newbie
Joined: 05 Aug 2005 Posts: 5
|
Thanks for the comments , is there a get around fot this , there no way i can directly connect to UNIX box.
Can i move that msg from Unix Local to some other Q which i will make part of the Cluster ? What i wan thinking is create a LocalQ on my windows box and add it to the cluster so that my UnixMQ can see that Q and when then message appears on my Original Unix Local Q , how can i move this to the Windows LocalQ which is a part of the Cluster.
Any different approach is greatly helpful.
thanks |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Aug 05, 2005 12:46 pm Post subject: Re: Cluster Configuration |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
sbalaji9 wrote: |
...and when then message appears on my Original Unix Local Q , how can i move this to the Windows LocalQ which is a part of the Cluster. |
Write a program the MQGETs from the Unix q and MQPUTs to the Windows q. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 05, 2005 1:12 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you want programs on the Unix qmgr to put messages where programs connected to a Windows Qmgr can GET them, then you have to configure the MQ network so that it will "move" the messages for you.
This means that there can NOT be a qlocal on the Unix Qmgr that the unix programs PUT to. You must either have a qremote, or only a qcluster.
Please go back and read the Application Programming Guide, followed by the Intercommunications manual, followed by the Clustering manual. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
happyj |
Posted: Mon Aug 08, 2005 1:58 am Post subject: |
|
|
Voyager
Joined: 07 Feb 2005 Posts: 87
|
If you do not want to GET from the ql on the Unix QMgr why is it there
at all ?
The queue must be local to any QMgr that needs to do a GET.
So if you need to GET from your Windows QMgr the queue must be on the windows QMgr.
You are able to PUT onto a clustered queue from any QMgr in the cluster.
Think about the security implications of this. |
|
Back to top |
|
 |
wschutz |
Posted: Mon Aug 08, 2005 6:01 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
you might also want at look at the MQ client, which would allow you to "get" the msg on a unix q from wndows, but it would make more sense to have the queue local to windows .... _________________ -wayne |
|
Back to top |
|
 |
|