cancel
Showing results for 
Search instead for 
Did you mean: 

Messages Moving to Hold

Former Member
0 Kudos

Hi,

Need your input on the below issue.

Its Proxy to Jms scenarios.

Messages were moving to hold and below is the message log.

Message mapping in not throwing any error with the same payload.

Regards,
Avinash M

Accepted Solutions (1)

Accepted Solutions (1)

ambrish_mishra
Active Contributor
0 Kudos

Hi Avinash,

Have you taken a look at the link below. Stephen nicely describes how to deal with messages in hold status.

http://scn.sap.com/people/stefan.grube/blog/2006/04/27/how-to-deal-with-stuck-eoio-messages-in-the-x...

Hope it helps!

Ambrish

Also check this link http://help.sap.com/saphelp_nw04/helpdata/en/49/e3fb40ef74f823e10000000a155106/content.htm Message was edited by: Ambrish Mishra

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the replies.

I stopped and restarted the JMS receiver channels and cleared the messages which is in system-error [because of it other msg moving to hold].

Now msgs in hold status.

Regards,

Avinash M

ambrish_mishra
Active Contributor
0 Kudos

Simply re-send them

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Just few cents... First you need to see the reason for the holding status. The main reason could be one error message or few error messages blocks the following messages that need to be processed in the queue. Most likely the jms adapter failing the messages due to mapping or large volume of data to be processed  in a single earlier message etc. If you see the behavior of the failing pattern, we can figure out this error to avoid in the future.