Skip to content

Outgoing messages pipeline

Mogens Heller Grabe edited this page Jun 22, 2016 · 2 revisions

When sending outgoing messages, the message gets passed through the outgoing pipeline - no matter if the message is sent with Send, SendLocal, Reply, etc.

Rebus will add the sent message to a new outgoing step context and then invoke its pipeline of outgoing message steps.

See the log message pipelines page for information on how to get to see what the pipeline contain.

Clone this wiki locally