Particular home
Blog
Distributed systems design fundamentals
training
Toggle navigation
Particular Software
Support
Contact Us
Getting Started
Getting Started
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 Transport
Azure Service Bus
Azure Service Bus (Legacy)
Azure Storage Queues
SQL Server
MSMQ
RabbitMQ
Amazon SQS
Persistence
General
Upgrade Guides
Learning Persistence
Non-Durable
SQL
Cosmos DB
Azure Table
RavenDB
Service Fabric
NHibernate
MSMQ Subscription
MongoDB
ServiceInsight
Getting Started
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
Previews
General
Azure Functions
AWS Lambda
Samples
General
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
Outbox
Pipeline
Audit Filter Pipeline Extension
Dispatch notification pipeline extension
Add feature toggles to handlers
Repair malformed messages using pipeline behavior
Add handler timing pipeline
Header propagation using the pipeline
Consuming MassTransit messages with NServiceBus
Message signing using the pipeline
Control of serialization via the pipeline
Session filter pipeline extension
Handling Stream Properties Via the Pipeline
Unit of work using the pipeline
ServicePlatform Connection
Preview
Publish/Subscribe
RabbitMQ Transport
RavenDB Persistence
NServiceBus.Router
Routing
Saga
Scale-out
Scheduling
Serializer
ServiceControl
ServiceInsight
Showcase
SQL Persistence
SQL Server Transport
SQS Transport
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.
Control of serialization via the pipeline
Support for attribute-based message serialization.
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
2022 May 26 22:02
Edit
Edit article
Edit online with VSCode
Edit article locally
Feedback