Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the Azure Service Bus Snap Pack, you can automate the mobile recharge process. When an SMS message is received, the mobile recharge application adds it to the queue, and the receiver application processes the message in first-in-first-out order. The benefit of using an ASB queue is, it creates decoupling between sender and receiver, because the messages are stored in a queue, the sender and receiver do both need not need to be both available at the same time.

...