Sorry, I'll be more specific. It wasn't trying to comment that the queues
shouldn't require a transaction.

Should the bus require that anyone sending messages write this code

using(var transaction = new TransactionScope())
{
     bus.Send(mesage);
     transaction.Complete();
}

or should the RhinoQueueTransport in the SendInternal method do this for
you?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to