I have couple of Receive and Send ports, they are working fine except one of them.
SO do we have nay way by which i can sort of debug or look the sequence in which the ports are excuted and get the details why that particular port is not working.
|
I have couple of Receive and Send ports, they are working fine except one of them. SO do we have nay way by which i can sort of debug or look the sequence in which the ports are excuted and get the details why that particular port is not working.
| |||
|
feedback
|
|
Can you be a bit more specific please? The mose common Port issues are typically no subscribers found - if you are using Direct Bound ports (messagebox), a common way to debug these is to compare a suspended message with the filters set on the available subscriptions (New Query, Search for Equals Subscriptions) with the promoted properties on the failed message itself. AFAIK there is no guarantee on the order in which subscriptions are fired, this is generally undesirable as publish-subscribe should be as loosely coupled as possible (and subscribers oblivious of other listeners) | |||
|
feedback
|