Reputation: 181
We are developing an interface between two systems exposing set of REST interfaces.
On the consumer side, it can happen that the API call from the orchestration to the consumer app results in content error (eg. dictionary value not defined on the consumer side). Because the consumer doesn't expose all dictionary APIs, we have to escalate such a situation to the ops team, who can include missing dictionary value and re-trigger the message.
Problem is that our Biztalk developers say that it is not really possible to re-trigger the message that has been already sent to outbound queue.
Is this really the case? How can I re-trigger the message that already left the orchestration and was sent to the outbound queue?
Upvotes: 0
Views: 46
Reputation: 1510
In this whole process, it really depends on how you design the solution. You have few options:
There are probably other options based on yr specific need and design constraint you have. Hope this gives u a good start. This can certainly be done.
Upvotes: 1