cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Blocking messages in Queue

Former Member
0 Likes
356

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....

View Entire Topic
Former Member
0 Likes

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.