Thursday, November 2, 2017

Subscribe for Routing failure on Delivery Notifications (NACK messages)

I could not found exact solution for this, i followed below work-around, but it won’t solve all of the problems and side effects. The idea is to create an orchestration which subscribes to all NACK acknowledgments. That is to say:
·         The message type of the incoming message will be XmlDocument
·         The BTS.AckType property == NACK
·         The logical receive port will use direct binding
By doing so, all acknowledgments will be consumed by an instance of this orchestration, thus avoiding the routing failure. 



No comments:

Post a Comment