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 » Strange message in deadletter queue

Post new topic  Reply to topic
 Strange message in deadletter queue « View previous topic :: View next topic » 
Author Message
zlf
PostPosted: Tue Apr 11, 2006 12:08 am    Post subject: Strange message in deadletter queue Reply with quote

Novice

Joined: 08 Sep 2005
Posts: 15

Hi all,
I will see a strange deadletter with reason code 0000 from time to time in my deadletter queue. And no message is lost.
I want to know what this message indictates, a failure situation or just a prompting message I can just ignoring it.
thx



AMQSBCG0 - starts here
**********************

MQOPEN - 'BEPS.DEAD.LETTER.QUEUE'


MQGET of message number 1
****Message descriptor****

StrucId : 'MD ' Version : 2
Report : 0 MsgType : 8
Expiry : -1 Feedback : 0
Encoding : 546 CodedCharSetId : 819
Format : 'MQDEAD '
Priority : 0 Persistence : 0
MsgId : X'414D5120424550532E4D424645343836E1C3954562290000'
CorrelId : X'000000000000000000000000000000000000000000000000'
BackoutCount : 0
ReplyToQ : ' '
ReplyToQMgr : 'BEPS.MBFE48631.QM '
** Identity Context
UserIdentifier : ' '
AccountingToken :
X'0000000000000000000000000000000000000000000000000000000000000000'
ApplIdentityData : ' '
** Origin Context
PutApplType : '7'
PutApplName : 'BEPS.MBFE48631.QM '
PutDate : '20070101' PutTime : '01502355'
ApplOriginData : ' '

GroupId : X'000000000000000000000000000000000000000000000000'
MsgSeqNumber : '1'
Offset : '0'
MsgFlags : '0'
OriginalLength : '-1'

**** Message ****

length - 856 bytes

00000000: 444C 4820 0100 0000 0901 0000 4245 5053 'DLH ........BEPS'
00000010: 2E4D 4246 4534 3836 3331 4E2E 494E 4954 '.MBFE48631N.INIT'
00000020: 5120 2020 2020 2020 2020 2020 2020 2020 'Q '
00000030: 2020 2020 2020 2020 2020 2020 4245 5053 ' BEPS'
00000040: 2E4D 4246 4534 3836 3331 2E51 4D20 2020 '.MBFE48631.QM '
00000050: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
00000060: 2020 2020 2020 2020 2020 2020 2202 0000 ' "...'
00000070: 3303 0000 4D51 5452 4947 2020 0600 0000 '3...MQTRIG ....'
00000080: 5255 4E4D 5154 524D 0000 0000 0000 0000 'RUNMQTRM........'
00000090: 0000 0000 0000 0000 0000 0000 3230 3037 '............2007'
000000A0: 3031 3031 3031 3530 3233 3535 544D 4320 '010101502355TMC '
000000B0: 2020 2032 4245 5053 2E4D 4246 4534 3836 ' 2BEPS.MBFE486'
000000C0: 3331 4E2E 5245 4356 5120 2020 2020 2020 '31N.RECVQ '
000000D0: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
000000E0: 2020 2020 4245 5053 2E4D 4246 4534 3836 ' BEPS.MBFE486'
000000F0: 3331 4E2E 5052 4F43 4553 5320 2020 2020 '31N.PROCESS '
00000100: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
00000110: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
00000120: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
00000130: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
00000140: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
00000150: 2020 2020 2020 2020 2F63 6E61 7073 5F62 ' /cnaps_b'
00000160: 6570 732F 6269 6E2F 7365 6E64 6265 7073 'eps/bin/sendbeps'
00000170: 5F6E 2020 2020 2020 2020 2020 2020 2020 '_n '
00000180: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
00000190: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
000001A0: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
000001B0: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
000001C0: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
000001D0: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
000001E0: 2020 2020 2020 2020 2020 2020 2020 2020 ' '
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Tue Apr 11, 2006 12:18 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

Reason Code 0000 ? the reason code is 0901 00 00, which is in your case x'0109' which is 265 which is a Feedback value "MQFB-APPL-CANNOT-BE-STARTED"

The message is a trigger message that has been received by the trigger monitor, but the trigger monitor was not able to start the application so the trigger message was put to the dlq
_________________
Regards, Butcher
Back to top
View user's profile Send private message
wschutz
PostPosted: Tue Apr 11, 2006 1:35 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

I'd guess it was trying to start:
'/cnaps_beps/bin/sendbeps_n'
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
kevinf2349
PostPosted: Tue Apr 11, 2006 5:16 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

Quote:
PutDate : '20070101' PutTime : '01502355'


Must have the flux capacitor installed huh? 2007!
Back to top
View user's profile Send private message
zlf
PostPosted: Tue Apr 11, 2006 5:11 pm    Post subject: Reply with quote

Novice

Joined: 08 Sep 2005
Posts: 15

kevinf2349 wrote:
Quote:
PutDate : '20070101' PutTime : '01502355'


Must have the flux capacitor installed huh? 2007!

sorry for my Ignorance. What "flux capacitor" means?
Back to top
View user's profile Send private message
zlf
PostPosted: Tue Apr 11, 2006 5:18 pm    Post subject: Reply with quote

Novice

Joined: 08 Sep 2005
Posts: 15

Mr Butcher wrote:
Reason Code 0000 ? the reason code is 0901 00 00, which is in your case x'0109' which is 265 which is a Feedback value "MQFB-APPL-CANNOT-BE-STARTED"

The message is a trigger message that has been received by the trigger monitor, but the trigger monitor was not able to start the application so the trigger message was put to the dlq

Thank you for your explaination. The reason code is right 0901.
MQ may successfully trigger 'sendbeps_n' is most situation. so I wanna ask, Whether the appearance of this message is the problem of MQ? And whether we can simply discard this message if not message is lost.
Back to top
View user's profile Send private message
bob_buxton
PostPosted: Wed Apr 12, 2006 1:57 am    Post subject: Reply with quote

Master

Joined: 23 Aug 2001
Posts: 266
Location: England

You can discard the trigger message but you may wish to investigate why the trigger monitor was unable to start the process.

The flux capacitor reference was a joke reference to time travel in the 'Back to the Future' series of films - your message put time shows a date of 2007
_________________
Bob Buxton
Ex-Websphere MQ Development
Back to top
View user's profile Send private message
zlf
PostPosted: Thu Apr 13, 2006 10:31 pm    Post subject: Reply with quote

Novice

Joined: 08 Sep 2005
Posts: 15

bob_buxton wrote:
You can discard the trigger message but you may wish to investigate why the trigger monitor was unable to start the process.

The flux capacitor reference was a joke reference to time travel in the 'Back to the Future' series of films - your message put time shows a date of 2007

I do make a flux capacitor for the purpose of emulating future environment.
Thank you
Back to top
View user's profile Send private message
euphoria
PostPosted: Fri Apr 14, 2006 2:52 am    Post subject: Reply with quote

Acolyte

Joined: 08 Feb 2004
Posts: 51

What is the MQ version and platform. I have seen (in MQ5.3 CSD06) such trigger messages go to dead letter queue.

you may try exporting the variable AMQ_SIGACTION_SIGCHILD=yes and restart the trigger monitor ( verify the spelling of the variable, i dont remember its SIGCHILD or SIGCHLD)
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 » Strange message in deadletter queue
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.