Pipeline Samples
List of Samples
- Add feature toggles to handlers
Checks feature toggles to determine whether or not a handler should be executed for a given message. - Audit Filter Pipeline Extension
Extending the pipeline to stop certain messages from being audited. - Consuming MassTransit messages with NServiceBus
Use the NServiceBus pipeline to consume messages sent by MassTransit. - Dispatch notification pipeline extension
Extending the pipeline to fire a notification when messages are dispatched. - Header propagation using the pipeline
How to use the pipeline to copy a header from incoming messages to outgoing messages. - Message signing using NServiceBus pipeline behaviors
Shows how to implement message signing and verification using NServiceBus pipeline behaviors. - Message Throughput Throttling
- Repair malformed messages using pipeline behavior
A sample showing how to repair malformed messages by implementing a pipeline behavior. - Session filter pipeline extension
How to extend the pipeline to filter out messages from older sessions. - Unit of work using custom pipeline behavior
How to use IoC and a pipeline behavior to create a custom unit of work implementation.
Related Articles
- Message Handling Pipeline
Overview of the message handling pipeline.