I'm playing around with Rhino Service Bus as an auditing tool possibility. 
Let's say I have a scenario where I would like to perform a transaction 
against a Sql Server DB and I also want to send a message about the 
transaction using RSB. Ideally, I'd like to have all or nothing (if the db 
transaction fails, the message gets rolled back). I tried wrapping the 
bus.send inside of a transactionscope, but the message gets sent even if 
scope.complete is never called. I was able to test NServiceBus with a 
similar scenario and it worked as I expected. Can RSB do the same, or am I 
barking up the wrong tree?

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rhino-tools-dev.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to