Hi there,
Various systems at the premises of PartnerA connect via VPN to various systems at the premises of PartnerB to get access to data.
Some of the systems of PartnerA will break if the connection is unreliable.
We would like to de-couple this system so if the subscriber or the publisher is offline the system is not getting broken.
What are the options with windows Azure ?
I was thinking about:
1. Using the Service BUS queues and topics. ( The only concern I have is that there probably is a cap on the size of the message - (true or false ?) )
2. Using Service Bus and SQL DB on azure to create a staging DB. PartnerB Writes to Azure SQLDB and the messages get picked up whenever the subscriber is online. (Good idea ? )
3. Other ideas for decoupling a system like that highly welcomed :)
God bless you all :)