ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » AMQ4048 PUT MESSAGE ERROR

Post new topic  Reply to topic Goto page 1, 2  Next
 AMQ4048 PUT MESSAGE ERROR « View previous topic :: View next topic » 
Author Message
bhaskarreddy
PostPosted: Wed Aug 21, 2013 10:23 am    Post subject: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Wed Aug 21, 2013 10:57 am    Post subject: Re: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
bhaskarreddy
PostPosted: Wed Aug 21, 2013 11:01 am    Post subject: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
JosephGramig
PostPosted: Wed Aug 21, 2013 11:46 am    Post subject: Re: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message AIM Address
Vitor
PostPosted: Wed Aug 21, 2013 11:47 am    Post subject: Re: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Wed Aug 21, 2013 11:50 am    Post subject: Re: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Wed Aug 21, 2013 12:35 pm    Post subject: Re: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
bhaskarreddy
PostPosted: Wed Aug 21, 2013 6:18 pm    Post subject: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Thu Aug 22, 2013 4:31 am    Post subject: Re: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
bhaskarreddy
PostPosted: Thu Aug 22, 2013 4:54 am    Post subject: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
JosephGramig
PostPosted: Thu Aug 22, 2013 5:22 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
Vitor
PostPosted: Thu Aug 22, 2013 5:25 am    Post subject: Re: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
bhaskarreddy
PostPosted: Thu Aug 22, 2013 6:07 am    Post subject: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
bhaskarreddy
PostPosted: Thu Aug 22, 2013 6:44 am    Post subject: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
bhaskarreddy
PostPosted: Thu Aug 22, 2013 10:18 am    Post subject: AMQ4048 PUT MESSAGE ERROR Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General IBM MQ Support » AMQ4048 PUT MESSAGE ERROR
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.