on ‎2010 Sep 01 9:51 AM
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....
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.