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 » Growing Open Input Count on Backout Q

Post new topic  Reply to topic
 Growing Open Input Count on Backout Q « View previous topic :: View next topic » 
Author Message
md7
PostPosted: Mon Mar 26, 2012 3:13 pm    Post subject: Growing Open Input Count on Backout Q Reply with quote

Apprentice

Joined: 29 Feb 2012
Posts: 49
Location: Sydney.AU

Basically as the title suggests I'm having an issue with the Open input count growing on my backout queues. I have a queue X and X.error which is the backout queue. The open input count on X.error is upto 25 in my production environment and wondering what is causing it to be so high. Thanks in advance
Back to top
View user's profile Send private message
bruce2359
PostPosted: Mon Mar 26, 2012 3:17 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

You have offered very little information here.

Have you look at QSTATUS to see what applications have the queue open for input?

Is the queue triggered?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
md7
PostPosted: Mon Mar 26, 2012 3:42 pm    Post subject: Reply with quote

Apprentice

Joined: 29 Feb 2012
Posts: 49
Location: Sydney.AU

bruce2359 wrote:
You have offered very little information here.

Have you look at QSTATUS to see what applications have the queue open for input?

Is the queue triggered?


I've had a look at the queue status
App Name : WebSphere MQ Client for Java
App Type : Queue Manager
App Desc : WebSphere Mq Channel
Channel Name : (Channel to WAS Deployment Manager)

Queue is not triggered
Back to top
View user's profile Send private message
mvic
PostPosted: Mon Mar 26, 2012 4:10 pm    Post subject: Re: Growing Open Input Count on Backout Q Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

md7 wrote:
The open input count on X.error is upto 25 in my production environment and wondering what is causing it to be so high. Thanks in advance

First, did you really mean open input count, or message depth?

If open input count, then DISPLAY QSTATUS should show you 25 handles open for input.

Each of those is for an application using your queue.

Do you have 25 applications getting from your queue? If this is unexpected, work with the owners of those 25 applications.

It is possible this is not a problem at all. Can you explain why you think it's a problem in your environment?
Back to top
View user's profile Send private message
md7
PostPosted: Mon Mar 26, 2012 4:36 pm    Post subject: Reply with quote

Apprentice

Joined: 29 Feb 2012
Posts: 49
Location: Sydney.AU

Open input count. There are no applications connecting to these backout queues that's why i'm confused as to why there is a count of 25
Back to top
View user's profile Send private message
mvic
PostPosted: Mon Mar 26, 2012 4:56 pm    Post subject: Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

md7 wrote:
There are no applications connecting to these backout queues that's why i'm confused as to why there is a count of 25

Some applications have 25 open handles. But you say (if I understood your reply) that no applications are using the queue. Please copy your evidence into this thread.
Back to top
View user's profile Send private message
md7
PostPosted: Mon Mar 26, 2012 6:45 pm    Post subject: Reply with quote

Apprentice

Joined: 29 Feb 2012
Posts: 49
Location: Sydney.AU

mvic wrote:
md7 wrote:
There are no applications connecting to these backout queues that's why i'm confused as to why there is a count of 25

Some applications have 25 open handles. But you say (if I understood your reply) that no applications are using the queue. Please copy your evidence into this thread.


From my understanding that's right. It's a backout queue for a queue that has connections to applications. But no applications are directly connected. I have had to restart the queue manager as the max no. channel had been reached
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Mar 27, 2012 12:04 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

md7 wrote:
...It's a backout queue for a queue that has connections to applications. But no applications are directly connected...

No queue will have connections to applications, however, I'd hazard that the WAS Deployment Manager channel isn't being closed properly and it's the Deployment Manager that is opening the back-out queue.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
md7
PostPosted: Tue Mar 27, 2012 1:27 pm    Post subject: Reply with quote

Apprentice

Joined: 29 Feb 2012
Posts: 49
Location: Sydney.AU

exerk wrote:
md7 wrote:
...It's a backout queue for a queue that has connections to applications. But no applications are directly connected...

I'd hazard that the WAS Deployment Manager channel isn't being closed properly and it's the Deployment Manager that is opening the back-out queue.


Thanks this sounds like the only likely explanation
Back to top
View user's profile Send private message
mvic
PostPosted: Tue Mar 27, 2012 4:11 pm    Post subject: Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

md7 wrote:
exerk wrote:
md7 wrote:
...It's a backout queue for a queue that has connections to applications. But no applications are directly connected...

I'd hazard that the WAS Deployment Manager channel isn't being closed properly and it's the Deployment Manager that is opening the back-out queue.


Thanks this sounds like the only likely explanation

And you would still see this via 25 entries in DIS QSTATUS TYPE(HANDLE) output.

They would probably all say "java" or similar.

Do you have 25 entries in DIS QSTATUS for this queue?
Back to top
View user's profile Send private message
md7
PostPosted: Tue Mar 27, 2012 4:29 pm    Post subject: Reply with quote

Apprentice

Joined: 29 Feb 2012
Posts: 49
Location: Sydney.AU

mvic wrote:
md7 wrote:
exerk wrote:
md7 wrote:
...It's a backout queue for a queue that has connections to applications. But no applications are directly connected...

I'd hazard that the WAS Deployment Manager channel isn't being closed properly and it's the Deployment Manager that is opening the back-out queue.


Thanks this sounds like the only likely explanation

And you would still see this via 25 entries in DIS QSTATUS TYPE(HANDLE) output.

They would probably all say "java" or similar.

Do you have 25 entries in DIS QSTATUS for this queue?


I restarted the queue manager. But at the moment there is only 1 open output count on the backout queue.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Mar 27, 2012 5:16 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

md7 wrote:

I restarted the queue manager. But at the moment there is only 1 open output count on the backout queue.

Is that all you did - restart the qmgr? Did you also start applications?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
md7
PostPosted: Tue Mar 27, 2012 5:40 pm    Post subject: Reply with quote

Apprentice

Joined: 29 Feb 2012
Posts: 49
Location: Sydney.AU

bruce2359 wrote:
md7 wrote:

I restarted the queue manager. But at the moment there is only 1 open output count on the backout queue.

Is that all you did - restart the qmgr? Did you also start applications?


The applications were already running. I didn't restart them
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » Growing Open Input Count on Backout Q
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.