1 posts in total

Plugin

Posts tagged

ServiceBusPlugin Tricks

by Justin Yoo · 3 min read

The legacy Azure Service Bus SDK (WindowsAzure.ServiceBus) uses event handlers for message pre-/post-processing. For example, OnSend is used for synchronous message pre-processing, and both