cancel
Showing results for 
Search instead for 
Did you mean: 

Blocking messages in Queue

Former Member
0 Kudos

Hi All,

We have two different interfaces for different projects . If we get any error for first interface it will block

all the messages in the Queue of other interfaces. I unlocked a week back using SMQ2 but again the same problem today.

Any idea to outcome of thise issue .

Thanks....

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

Try to find out the proper reason for the same. Whats the error message u r getting??

You can also have a automatic resetting of the stucked messages, schedule the report RSQIWKEX. Plz have a look:

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Thanks

Amit

Former Member
0 Kudos

Hi,

This is bound to happen, if messages are stuck in one queue then all other messages in sequence of the same queue will get blocked and unless you clear the queues, they won't be processed.

You can use EOIO(Exactly once in order) service for the interface for which messages are failing.

Here you have to mention the queue name for this particular interface, so that all the messages of it will take the same queue.

And all other messages of other interface will take different queue and will get processed.

-Supriya.

former_member208856
Active Contributor
0 Kudos

try to remove problem, why error is coming in the message ?

OR

unlocked the queue entries, so that queue will run again.