Good question.I think that it should either join the existing one or create a new one for us. Send from a controller, frex, is not something that would require an explicit tx.
On Fri, Apr 3, 2009 at 2:42 PM, Corey Kaylor <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
