Tagged Questions
The ordered-delivery tag has no wiki summary.
3
votes
3answers
751 views
Ordered Delivery with netMSMQbinding
Is it possible to guarantee ordered delivery when using WCF netMSMQbinding?
We are putting an insert command followed by a number of update commands on the same queue, and occassionally one of the ...
2
votes
1answer
524 views
Biztalk Ordered Delivery failure
We have a BizTalk application where the order of messages being inputted is very important and has to be kept, meaning they have to be outputted in the same order. Normally ordered delivery would do ...
1
vote
1answer
50 views
What is the proper configuration so that messages are sent once, in-order, in MSMQ?
Here's the scenario:
2 Machines: "Machine A" and "Machine B".
Let's sat that their corresponding IP addresses are 192.168.0.100 (for A) and 192.168.0.200 (for B). Both machines have MSMQ installed ...
1
vote
3answers
407 views
Biztalk Ordered Delivery direct bound to multiple ports
another ordered delivery problem.
We have an orchestration which is bound to a send port which has ordered delivery true. Another send port also picks up these messages through filtering, this port ...
0
votes
2answers
215 views
Starting mutliple orchestrations from parent orchestration and passing messages to them
I have a situation where a main orchestration is responsible for processing a convoy of messages. These messages belong to a set of customers, the orchestration will read the messages as they come in, ...