Recently we encountered an interesting problem while building an ebMS 2.0 ebxml messaging protocal for reliable messaging.
We decided to make use of the Resubmit() method from ITransportProxy batch in order to say biztalk messaging engine, "Please give us the message back to the transmit adapter after certain time".
We have to make two changes to the context property,
1. RetryCount: Update this system property (ebMS specific logic).
2. SomeCustomProp: Add few more custom pro...
[More]