|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Transactional Message QueueDear Sir,
I have a quesion about the transactional microsoft message queue order. On the microsoft web site it is written that, if multiple messages are sent to the same queue, Message Queuing guarantees that they arrive in the destination queue exactly once and in the order in which they were sent within the transaction, therfore by the retrieving messages from the queue in a loop, IAsyncResult.Result will get the message by the same order (correct me if I'm wrong). Tell me please according your experience, if I send multiple messages from each machine among 10 machines, which can sent one or more messages simultaneously (transactionaly in each machine), is the order kept? Thank you very much. Willy. |
|||||||||||||||||||||||