Hi everyone! we are using Entity Framework with MySQL and Rhino service bus in between, our problem is once we consume a Message (we are sending a message not publishing it) the Consumer gets the message, but when we try to add a new object to the entity framework Context it fails because of a DTC transaction not supported exception.
As far as I Know, mySql does support DTC transactions, but the .Net Connector doesn't. Is there any way to tell Rhino Service Bus to Not use a trasaction to send and receive the message? Did anyone had any problem like this? Thanks! -- 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.
