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 » msgs in xmitq not getting processed

Post new topic  Reply to topic
 msgs in xmitq not getting processed « View previous topic :: View next topic » 
Author Message
kiran_raghunam
PostPosted: Sun Nov 08, 2009 6:25 pm    Post subject: msgs in xmitq not getting processed Reply with quote

Apprentice

Joined: 02 May 2006
Posts: 36

Hello all,we have got a server channel which is 'Running' ,but there are 2 messages in XMIT queue which are not getting processed and the status is UNCOM(YES)..tried to stop,resolve(with backout) and start but with no luck..
there are no errors in error log too and the channel status is 'Running'(at both ends)
running on MQ6.0.2.3please let me know what could be the issue..thanks.
_________________
Regards
Kiran
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sun Nov 08, 2009 6:59 pm    Post subject: Reply with quote

Poobah

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

Quote:
but there are 2 messages in XMIT queue

Are any other messages being processed out of the xmit queue (successfully sent down the channel)? Or, are you saying that there are two messages that stay in the xmitq?
_________________
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
kiran_raghunam
PostPosted: Sun Nov 08, 2009 7:33 pm    Post subject: Reply with quote

Apprentice

Joined: 02 May 2006
Posts: 36

Quote:
Are any other messages being processed out of the xmit queue (successfully sent down the channel)? Or, are you saying that there are two messages that stay in the xmitq?


Well,other messages are flowing fine as the latest date time sent is getting updated..so the prob seems to be with these 2 msgs,but as they are uncom i am unable to browse them either to confirm..
_________________
Regards
Kiran
Back to top
View user's profile Send private message
AkankshA
PostPosted: Sun Nov 08, 2009 8:22 pm    Post subject: Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

kiran_raghunam wrote:
Quote:
Are any other messages being processed out of the xmit queue (successfully sent down the channel)? Or, are you saying that there are two messages that stay in the xmitq?


Well,other messages are flowing fine as the latest date time sent is getting updated..so the prob seems to be with these 2 msgs,but as they are uncom i am unable to browse them either to confirm..


You shall be able to browse them once you stop the channels....
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
kiran_raghunam
PostPosted: Mon Nov 09, 2009 12:22 am    Post subject: Reply with quote

Apprentice

Joined: 02 May 2006
Posts: 36

even when i stopped channel,resolved with action backout,to browse the msgs..the UNCOM status is still shown as YES..
you mean to say the messages still be browsed when they are uncomitted..?pls let me knw..thanks
_________________
Regards
Kiran
Back to top
View user's profile Send private message
exerk
PostPosted: Mon Nov 09, 2009 12:54 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

kiran_raghunam wrote:
even when i stopped channel,resolved with action backout,to browse the msgs..the UNCOM status is still shown as YES..


Stop the using application(s) and see if the messages 'disappear' or become browsable - from the description you give, there's a possibility that an application is not committing the PUT.
_________________
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
AkankshA
PostPosted: Mon Nov 09, 2009 1:54 am    Post subject: Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

kiran_raghunam wrote:
even when i stopped channel,resolved with action backout,to browse the msgs..the UNCOM status is still shown as YES..
you mean to say the messages still be browsed when they are uncomitted..?pls let me knw..thanks


uncommitted messages will become browsable only when the application who has kept it on hold will shut down.... i.e. ensure that the IPPROCS of queue is 0 and then you can browse the message... in fact at that time uncom status will be shown as NO too
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
kiran_raghunam
PostPosted: Mon Nov 09, 2009 8:30 pm    Post subject: Reply with quote

Apprentice

Joined: 02 May 2006
Posts: 36

Quote:
Stop the using application(s) and see if the messages 'disappear' or become browsable - from the description you give, there's a possibility that an application is not committing the PUT.


we have even tried that by restarting the app which is putting msgs but that did'nt help either


Quote:
uncommitted messages will become browsable only when the application who has kept it on hold will shut down.... i.e. ensure that the IPPROCS of queue is 0 and then you can browse the message... in fact at that time uncom status will be shown as NO too


well,this is where i am confused
when i resolved chl and backed out the msgs,the uncom status should be NO but thats not the case here..and even when IPPROCS is 0,it shows UNCOM(YES)

XMITq properties:
--------------
TYPE(QUEUE)
CURDEPTH(2) IPPROCS(0)
OPPROCS(29) UNCOM(YES)

i wonder what could be the issue here..is there anything else that can be checked?
_________________
Regards
Kiran


Last edited by kiran_raghunam on Mon Nov 09, 2009 8:35 pm; edited 2 times in total
Back to top
View user's profile Send private message
AkankshA
PostPosted: Mon Nov 09, 2009 8:33 pm    Post subject: Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

kiran_raghunam wrote:

well,this is where i am confused
when i resolved chl and backed out the msgs,the uncom status should be NO but thats not the case here..and even when IPPROCS is 0,it shows UNCOM(YES)

XMITq properties:
--------------
TYPE(QUEUE)
CURDEPTH(2) IPPROCS(0)
OPPROCS(29) UNCOM(YES)

i wonder what could be the issue here..is there anything else that can be checked?


seems like the commit is not being done by your application which is trying to put the message

uncommiited messages get reflected in the curdepth count but are not browsable

close the putting applications
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
zonko
PostPosted: Mon Nov 09, 2009 11:15 pm    Post subject: Reply with quote

Voyager

Joined: 04 Nov 2009
Posts: 78

Quote:
restarting the app which is putting msgs


Try stopping the 29 apps which are putting msgs
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Nov 10, 2009 1:02 pm    Post subject: Reply with quote

Grand High Poobah

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

If the msgs are still not available after all putting apps have been stopped, it may be that the transaction manager was external.

There are programs delivered with MQ that allow you to see which transactions are suspended and do a force commit or force backout. (read the admin manual)...

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » msgs in xmitq not getting processed
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.