We use cookies and similar technologies to ensure you get the best experience on our websites. By actively using the website you're consenting to use these cookies.
OK
Particular home
Blog
Distributed systems design fundamentals
training
Toggle navigation
Support
Contact Us
Getting Started
Quick Start Tutorial
NServiceBus Step-by-step
NServiceBus Sagas
NServiceBus monitoring demo
Overview
High-level content
Architecture
Introduction
Concepts
Azure
AWS
Service Platform
About
Platform installation
Platform Sample installation
Connecting endpoints
Connection schema
Contributing
Release notifications
NServiceBus
General
Support Policy
Upgrade Guides
Messaging
Hosting
Handlers and sagas
Testing
Recoverability
Pipeline
Serialization
Dependency Injection
Logging
Security
Security Advisories
Operations
Messaging Bridge
Compliance
Tools
Troubleshooting
Transports
General
Upgrade Guides
Learning
Azure Service Bus
Azure Storage Queues
SQL Server
PostgreSQL
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
Planning
Error instances
Audit instances
Monitoring instances
Data Management
Integration
Migrations
Troubleshooting
Monitoring
Intro to Monitoring
Heartbeats
Custom checks
Performance Metrics
Upgrade guides
Shape the future
Introduction
NServiceBus and CloudEvents
NServiceBus and .NET Aspire
NServiceBus and Redis
Samples
General
AWS
Azure
Azure Functions
Azure Service Bus transport
Bridge samples
Cosmos DB
Data Bus
Dependency Injection
Encryption samples
Hosting
Logging and Metrics
MongoDB
MSMQ
Multi-tenant
NHibernate Persistence
OpenTelemetry
Outbox
Pipeline
ServicePlatform Connection
PostgreSQL Transport
Publish/Subscribe
RabbitMQ Transport
RavenDB Persistence
Routing
Saga
Scale-out
Scheduling
Serializer
ServiceControl
ServiceInsight
Showcase
SQL Persistence
SQL Server 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.
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 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.
Edit
Edit article
Edit online with VSCode
Edit article locally
Feedback
In this article