Hi;
I want to send two messages to one service bus queue or topic at once. I have to be sure that both messages are saved by the service bus.
I know, I could use .Net library and Transaction Scope. But I use .Net Core and there is NO developed library for it.
Does the method explained at https://msdn.microsoft.com/en-us/library/dn798894.aspx complete transactional for all the messages send in the request?