Author |
Message
|
prithvik |
Posted: Thu May 09, 2013 4:05 am Post subject: Message is going to Backout queue when message is processed |
|
|
Novice
Joined: 17 Apr 2013 Posts: 11
|
When messages is successfully processed with out exceptions also, message is going to Backout queue. Is there any propery (wait time) kind of thing , which will put message to backout queue even without any exceptions ?
Thanks in advance. |
|
Back to top |
|
 |
RAJASHEKAR REDDY |
Posted: Thu May 09, 2013 10:50 pm Post subject: |
|
|
Novice
Joined: 09 May 2013 Posts: 13
|
HI
In MqInput queue transaction property should be YES and Parser option Ondemond AND not pickup MQOutput or ReplyQ name |
|
Back to top |
|
 |
prithvik |
Posted: Wed May 15, 2013 12:20 am Post subject: |
|
|
Novice
Joined: 17 Apr 2013 Posts: 11
|
Thanks for your reply. one doubt, if it needs to go only when it is not processed , these settings will help ? |
|
Back to top |
|
 |
vmcgloin |
Posted: Wed May 15, 2013 3:55 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
What application are you using?
What processing are you doing?
What do your error logs tell you about why the backout is happening?
If no errors, are you sure you don't have your backout queue and output queue definitions muddled in some config? |
|
Back to top |
|
 |
prithvik |
Posted: Tue Jun 04, 2013 5:11 am Post subject: |
|
|
Novice
Joined: 17 Apr 2013 Posts: 11
|
websphere process server and websphere MQ, we are not able to see any exceptions in SysOut and SysErr logs of process server, we don't have any control on MQ part, only some successful messages are going to Backout queue, is there any way we can check through websphere process server admin console , why messages are going to backout queue ? |
|
Back to top |
|
 |
wooda |
Posted: Fri Jun 28, 2013 1:56 am Post subject: |
|
|
 Master
Joined: 21 Nov 2003 Posts: 265 Location: UK
|
Hi prithvik,
MQ will only backout a message to the backout queue if the transaction containing the mq get is rolled back by WPS/WAS.
WPS will rollback back that transaction when some error occurs that prevents that transaction being completed.
Exactly what else that transaction contains in WPS depends on your application configuration. You've not told us much about the application so it's hard to speculate. More information about what is in the application would help.
When you say that this is a "successful message" can you please elaborate why you think that. Clearly there was an error that caused the message to be backed out. What indicates that the message was successful ? |
|
Back to top |
|
 |
prithvik |
Posted: Tue Aug 27, 2013 1:50 am Post subject: |
|
|
Novice
Joined: 17 Apr 2013 Posts: 11
|
thanks wooda for the reply. By proper exception handling ... this issue seems to resolved as this is not occured in recent times. Successful message mean , it saved to DB. as you said , if it saves to one table of DB , we assume it is success , but , it failed for other tables , it went to back out queue is assumption. Any way thanks for the reply. |
|
Back to top |
|
 |
|