The MsmqTransport class automatically begins a transaction scope in the ReceiveMessageInTransaction method regardless of whether the underlying queue is transactional or not. Is this correct?
This is a problem for us as our consumers interact with a sql database which is not configured to support DTC, can I patch it such that a TransactionScope is only created if the underlying queue is transactional? -- 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.
