CoreWCF Gets Azure Storage Queue Bindings
Briefly

Microsoft's CoreWCF service library now supports Azure Storage Queue, enabling developers to effortlessly migrate legacy MSMQ WCF solutions to a scalable Azure architecture.
The Azure Storage Queue binding in CoreWCF is a one-way operation, allowing only void methods in the service interface, similar to the legacy MSMQ functionality.
With these new bindings, developers can send, store, and receive messages reliably through Azure, ensuring easier transitions from existing MSMQ systems to Azure.
Release of the Azure Storage Queue client library complements the CoreWCF service library, setting the stage for modern messaging solutions in cloud-based environments.
Read at InfoQ
[
|
]