Hi,
Can anyone point me in the direction of patterns of handling sending potentially large messages over Service Bus 1.1 please?
I am using Service Bus to sent data down to some Windows Clients where this data can be quite large. I could zip the data and spread over multiple messages, or I could obtain the data from a different source / API once I receive the message through SB.
Thanks for your help.
Graham