cancel
Showing results for 
Search instead for 
Did you mean: 

Msg blocking a queue

Former Member
0 Kudos

hi

There are some msgs which block my inbound queue so that other msgs get queued up.

Is there any way that i can automatically delete some msgs stuck in the queue coz of a particular problem(say 'no active correlation found')?

Am using a BPM

Edited by: itisha alok on Jun 10, 2009 4:48 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

try to always use exceptions in BPM for errors that you anticipate.

catch the exception and cancel the process so that no issue with the queues etc happen

Former Member
0 Kudos

But is 'no active correlation found' an error which i can catch?

It just means that this msg doesnt correspond to a particular correlation.

There are still chances that the correct msg may come.

what settings do i have to do in order to catch this particular exception?

Shabarish_Nair
Active Contributor
0 Kudos

in this case you can use the concept of message specific queues - http://help.sap.com/saphelp_nw04/helpdata/en/45/1a97be109921a0e10000000a1553f6/content.htm

use the option - Multiple Queues (Content-Specific) so that your messages are ot restricted to a single queue and others have issues

Shabarish_Nair
Active Contributor
0 Kudos

FYI

this property can be access if you click the outermost area of a BPM

Former Member
0 Kudos

thanks for your help shabarish.

i'll go through the doc link sent by you.

I also got some info from some other forum questions.

If post back the ans if i get the solution.

Former Member
0 Kudos

Hi all

The issue got resolved.

Please read the blog on 'How to Analyze Stopped Queues in XI ccBPM' by Henrike Kaiser for more details.