Queues: MSMQ, Rhino.Queues, your own implementation for another type of queue Transactional: yes all messages are processed within a transaction. I believe you have the option to disable transactions for the MSMQ. Transactions with an isolation level of Serializable is used by default. Benchmarks: check out Ayende's blog, I believe he has some comparisons of Rhino.Queues vs. MSMQ Limitations: no critical limitations. The only down side to Rhino.Queues is that you can view what's going on in the queue like you can with MSMQ. But given the benefits of Rhino.Queues this is trivial, depending on the context.
-- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
