Dev Kimchi

Fermentation: Turning .NET, Web and Cloud into Something

ServiceBusPlugin Tricks

by Justin Yoo in Sdk Support-on-azure · 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