NServiceBus.RabbitMQ icon indicating copy to clipboard operation
NServiceBus.RabbitMQ copied to clipboard

Allow setting customizing the outgoing messages by setting AMQP attributes just before dispatching the message to the broker

Open SzymonPobiega opened this issue 4 months ago • 0 comments

Adds an API for registering a callback that can modify messages just before they are dispatched to the broker. It allows setting AMQP properties that can't be influenced otherwise or override NServiceBus default behavior if the receiver expects a very specific message format.

SzymonPobiega avatar Oct 14 '24 05:10 SzymonPobiega