Azure – How split a ServiceBusMessage before sent if the size exceed the maximum size
We are working in the migration from Microsoft.Azure.ServiceBus to Azure.Messaging.ServiceBus. We have a very complex implementation where the messages that are sent could exceed the maximum size allowed for an ServiceBusMessage (previously a Microsoft.Azure.ServiceBus.Message). We had a method that starting…