Justin Yoo

Author posts

ServiceBusPlugin Tricks

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