Author |
Message
|
bhaskarreddy |
Posted: Wed Aug 21, 2013 10:23 am Post subject: AMQ4048 PUT MESSAGE ERROR |
|
|
Apprentice
Joined: 24 May 2013 Posts: 27
|
hi
Last edited by bhaskarreddy on Fri Aug 23, 2013 5:41 am; edited 2 times in total |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 21, 2013 10:57 am Post subject: Re: AMQ4048 PUT MESSAGE ERROR |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bhaskarreddy wrote: |
I am trying to put the message one of our queue manager, |
What queue name are you quoting? On which queue manager are you issuing the command? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bhaskarreddy |
Posted: Wed Aug 21, 2013 11:01 am Post subject: AMQ4048 PUT MESSAGE ERROR |
|
|
Apprentice
Joined: 24 May 2013 Posts: 27
|
hi
Last edited by bhaskarreddy on Fri Aug 23, 2013 5:42 am; edited 1 time in total |
|
Back to top |
|
 |
JosephGramig |
Posted: Wed Aug 21, 2013 11:46 am Post subject: Re: AMQ4048 PUT MESSAGE ERROR |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
bhaskarreddy wrote: |
...
frontend:
...DEFINE QREMOTE ('SENDRQQ') RNAME('REQQ')
...
|
So your QR does not say what RQMNAME to send this to.
Please don't use DISCINT(0). If you can't live with the defaults, set it high instead. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 21, 2013 11:47 am Post subject: Re: AMQ4048 PUT MESSAGE ERROR |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bhaskarreddy wrote: |
I am trying to put the message using MQ Explorer one of our queue : SENDRQQ and the Queuemanager name is Frontend_QM |
So the queue you're using is a remote queue with a blank remote queue manager name, and which is not shared in the cluster, and you're wondering why you're getting a 2087 (unknown remote queue manager)?
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 21, 2013 11:50 am Post subject: Re: AMQ4048 PUT MESSAGE ERROR |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vitor wrote: |
bhaskarreddy wrote: |
I am trying to put the message using MQ Explorer one of our queue : SENDRQQ and the Queuemanager name is Frontend_QM |
So the queue you're using is a remote queue with a blank remote queue manager name, and which is not shared in the cluster, and you're wondering why you're getting a 2087 (unknown remote queue manager)?
 |
the properties of the qremote point to a qcluster. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 21, 2013 12:35 pm Post subject: Re: AMQ4048 PUT MESSAGE ERROR |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
Vitor wrote: |
bhaskarreddy wrote: |
I am trying to put the message using MQ Explorer one of our queue : SENDRQQ and the Queuemanager name is Frontend_QM |
So the queue you're using is a remote queue with a blank remote queue manager name, and which is not shared in the cluster, and you're wondering why you're getting a 2087 (unknown remote queue manager)?
 |
the properties of the qremote point to a qcluster. |
That's still not going to resolve, as the OP has discovered. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bhaskarreddy |
Posted: Wed Aug 21, 2013 6:18 pm Post subject: AMQ4048 PUT MESSAGE ERROR |
|
|
Apprentice
Joined: 24 May 2013 Posts: 27
|
hi
Last edited by bhaskarreddy on Fri Aug 23, 2013 5:41 am; edited 1 time in total |
|
Back to top |
|
 |
Vitor |
Posted: Thu Aug 22, 2013 4:31 am Post subject: Re: AMQ4048 PUT MESSAGE ERROR |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bhaskarreddy wrote: |
I added two more queue manager to the cluster, once I turend off the frontend queue manager it is not failover to other queue manager. |
Why did you think it would failover? What's this got to do with a 2087?
Are you just randomly defining stuff for the joy of it? Or are you still fiddling with the set up you describe here? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bhaskarreddy |
Posted: Thu Aug 22, 2013 4:54 am Post subject: AMQ4048 PUT MESSAGE ERROR |
|
|
Apprentice
Joined: 24 May 2013 Posts: 27
|
hi
Last edited by bhaskarreddy on Fri Aug 23, 2013 5:42 am; edited 1 time in total |
|
Back to top |
|
 |
JosephGramig |
Posted: Thu Aug 22, 2013 5:22 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
So, don't use remote queues. If you don't want to put directly to a QC then put to an QA that points to the QCs. Then use the cluster options to control if and when load balancing comes in and to what effect. This takes a strong understanding of clustering to control effectively.
Your last post is the first one that describes your intent. You should start with explaining your intent next time. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Aug 22, 2013 5:25 am Post subject: Re: AMQ4048 PUT MESSAGE ERROR |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bhaskarreddy wrote: |
I am trying to setup to put the message using two frontend Queues the message needs to deliver either backend1 or backend2 , Incase backend1 qmgr down, It needs to reroute backend2, Same way to backend to Frontend. |
So why add more channels? What did you read in the Clusters documentation that makes you think this is even a good idea never mind the solution to your problem? If this is supposed to be this bizarre failover scenario, where did the DISCINT(0) come from?
Build the cluster correctly. Use the cluster correctly.
Then give serious consideration to using HA software to provide HA rather than a WMQ clsuter. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bhaskarreddy |
Posted: Thu Aug 22, 2013 6:07 am Post subject: AMQ4048 PUT MESSAGE ERROR |
|
|
Apprentice
Joined: 24 May 2013 Posts: 27
|
hi
Last edited by bhaskarreddy on Fri Aug 23, 2013 5:40 am; edited 1 time in total |
|
Back to top |
|
 |
bhaskarreddy |
Posted: Thu Aug 22, 2013 6:44 am Post subject: AMQ4048 PUT MESSAGE ERROR |
|
|
Apprentice
Joined: 24 May 2013 Posts: 27
|
hi
Last edited by bhaskarreddy on Fri Aug 23, 2013 5:40 am; edited 1 time in total |
|
Back to top |
|
 |
bhaskarreddy |
Posted: Thu Aug 22, 2013 10:18 am Post subject: AMQ4048 PUT MESSAGE ERROR |
|
|
Apprentice
Joined: 24 May 2013 Posts: 27
|
hi
Last edited by bhaskarreddy on Fri Aug 23, 2013 5:40 am; edited 1 time in total |
|
Back to top |
|
 |
|