Particular home
Blog
Distributed systems design fundamentals
training
Toggle navigation
Support
Contact Us
Getting Started
Quick Start Tutorial
Introduction to NServiceBus
NServiceBus Sagas
More tutorials
High-level content
.NET Core Samples
Architecture
Introduction
Concepts
Azure
NServiceBus
General
Upgrade Guides
Messaging
Hosting
Handlers and sagas
Testing
Recoverability
Pipeline
Serialization
Dependency Injection
Logging
Security
Operations
Bridge
Compliance
Tools
Troubleshooting
Transports
General
Upgrade Guides
Learning
Azure Service Bus
Azure Storage Queues
SQL Server
MSMQ
RabbitMQ
Amazon SQS
Persistence
General
Upgrade Guides
Learning
Non-Durable
SQL
Cosmos DB
Azure Table
RavenDB
Service Fabric
NHibernate
MSMQ Subscription
MongoDB
DynamoDB
ServiceInsight
Introduction
Usage
ServicePulse
Introduction
Configuration
ServiceControl
Introduction
Upgrade Guides
Error instances
Audit instances
Monitoring instances
Integration
Monitoring
Intro to Monitoring
Heartbeats
Custom checks
Performance Metrics
Upgrade guides
Samples
General
Azure
Azure Functions
Azure Service Bus transport
Bridge samples
Cosmos DB
Data Bus
Dependency Injection
DynamoDB
Encryption samples
Hosting
Logging and Metrics
MongoDB
MSMQ
Multi-tenant
NHibernate Persistence
OpenTelemetry
Outbox
Pipeline
ServicePlatform Connection
Publish/Subscribe
RabbitMQ Transport
RavenDB Persistence
NServiceBus.Router
Routing
Saga
Scale-out
Scheduling
Serializer
ServiceControl
ServiceInsight
Showcase
SQL Persistence
SQL Server Transport
SQS Transport
Transactional Session
Web
All Topics
Pipeline Samples
Edit
Edit article
Edit online with VSCode
Edit article locally
Feedback
Article navigation
Samples
Add feature toggles to handlers
Checks feature toggles to determine whether or not a handler should be executed for a given message.
Add handler timing pipeline
Wraps handlers in a Stopwatch and logs a warning if a handler exceeds a given threshold.
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.
Handling Stream Properties Via the Pipeline
Add support for writing streams to a file share that can be accessed by multiple endpoints.
Header propagation using the pipeline
How to use the pipeline to copy a header from incoming messages to outgoing messages.
Message signing using the pipeline
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 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 the pipeline
Shows how to use IoC and the pipeline to create a unit of work implementation.
Related Articles
Message Handling Pipeline
Overview of the message handling pipeline.
Last modified
2023 Aug 31 00:00
Edit
Edit article
Edit online with VSCode
Edit article locally
Feedback
In this article