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 » IBM MQ Java / JMS » Message : Failed to open MQ queue , Please check Queue Name

Post new topic  Reply to topic
 Message : Failed to open MQ queue , Please check Queue Name « View previous topic :: View next topic » 
Author Message
pandeg
PostPosted: Fri Sep 25, 2015 10:56 am    Post subject: Message : Failed to open MQ queue , Please check Queue Name Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

Hi, I am getting below message in my application log when I am trying to connect to Remote Queue Manager from JMS application.

(Thread-95) Failed to open MQ queue , Please check Queue Name

I checked error logs also in Queue manager and found below information

AMQ9513: Maximum number of channels reached.

EXPLANATION:
The maximum number of channels that can be in use simultaneously has been
reached. The number of permitted channels is a configurable parameter in the
queue manager configuration file.
ACTION:
Wait for some of the operating channels to close. Retry the operation when some
channels are available.
----- amqrcsia.c : 1318 -------------------------------------------------------
09/25/2015 06:50:56 PM - Process(24626.24657) User(mqm) Program(amqrmppa)
Host(xxxxxxxxx) Installation(Installation1)
VRMF(8.0.0.3) QMgr(xxxxxxxxx)

AMQ9999: Channel 'CONNOO28' to host 'xxxxxxxxx (xx.xxx.xxx.xxx)' ended
abnormally.

EXPLANATION:
The channel program running under process ID 24626 for channel 'CONNOO28'
ended abnormally. The host name is 'xxxxxxxxx (xx.xxx.xxx.xxx)'; in some
cases the host name cannot be determined and so is shown as '????'.
ACTION:
Look at previous error messages for the channel program in the error logs to
determine the cause of the failure. Note that this message can be excluded
completely or suppressed by tuning the "ExcludeMessage" or "SuppressMessage"
attributes under the "QMErrorLog" stanza in qm.ini. Further information can be
found in the System Administration Guide.
----- amqrmrsa.c : 930 --------------------------------------------------------
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Sep 25, 2015 11:00 am    Post subject: Re: Message : Failed to open MQ queue , Please check Queue N Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

pandeg wrote:
Hi, I am getting below message in my application log when I am trying to connect to Remote Queue Manager from JMS application.


So? What part of:

pandeg wrote:
AMQ9513: Maximum number of channels reached


isn't completely clear?

Again, you post the most trivial of questions without any pretense of trying to investigate or even think for yourself.

Only this time you apparently can't even both to exert yourself enough to actually ask anything. You just post the error message and sit back.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
pandeg
PostPosted: Fri Sep 25, 2015 11:11 am    Post subject: Re: Message : Failed to open MQ queue , Please check Queue N Reply with quote

Disciple

Joined: 21 Oct 2014
Posts: 195

[quote="Vitor"]
pandeg wrote:
Hi, I am getting below message in my application log when I am trying to connect to Remote Queue Manager from JMS application.


Quote:
So? What part of:


When Application is trying to connect to Queue Manager.
Later i see below message, once the log started rolling.

MQQueueManager is not running on Property , Start MQQueueManager
12:06:24,849 ERROR [mailout] (Thread-96) JMS ExceptionMQJMS2005: failed to create MQQueueManager for 'servername:QM1'

pandeg wrote:
AMQ9513: Maximum number of channels reached


Quote:
isn't completely clear?

Again, you post the most trivial of questions without any pretense of trying to investigate or even think for yourself.

Only this time you apparently can't even both to exert yourself enough to actually ask anything. You just post the error message and sit back.
I tried to investigate by closing the channel and killing the process id for that so that there will not be any instance of it running. Also, tried to recreate the channel. I changed the sharecnv value to 0, but still i am getting the same error again and again. However , I am able to connect to other queue manager, not sure what difference is there in other queue manager.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Sep 25, 2015 11:16 am    Post subject: Re: Message : Failed to open MQ queue , Please check Queue N Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

pandeg wrote:
I tried to investigate by closing the channel and killing the process id for that so that there will not be any instance of it running. Also, tried to recreate the channel. I changed the sharecnv value to 0, but still i am getting the same error again and again.


So why didn't you mention any of this in the original post? Are we supposed to just know what you've done?

On the subject of things you've not told us, what environment is this JMS app running in? What is the JMS configuration?

pandeg wrote:
However , I am able to connect to other queue manager, not sure what difference is there in other queue manager.


Well if this works with another queue manager (another fact you neglected to mention) then the difference in configuration between the working and the non-working queue manager and/or the channel used by the application defined thereon would seem to be a key clue to your problem.

And something we can't possibly help with.

We've no way of determining the differences between 2 queue managers and their objects defined on your site.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Fri Sep 25, 2015 11:21 am    Post subject: Re: Message : Failed to open MQ queue , Please check Queue N Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Vitor wrote:

We've no way of determining the differences between 2 queue managers and their objects defined on your site.


Not to mention the Security settings
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Sep 25, 2015 1:28 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

And what is this max channels being hit: 100; 1,000; 10,000; 50 lahks?
What is in the qmgr's ini file in regards to the channels section...

_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Sun Sep 27, 2015 5:58 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Also, since you mentioned it is your application, one thing you should always do is to close the QMGR (QueueConnectionFactory) connection after you are done with making MQ calls
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Message : Failed to open MQ queue , Please check Queue Name
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.