Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Log message pipelines

Mogens Heller Grabe edited this pageNov 4, 2020 ·3 revisions

Since Rebus'incoming messages pipeline andoutgoing messages pipeline are so crucial in determining Rebus' behavior, it can be useful to log their contents at startup.

This is especially the case if you change Rebus' behavior by configuring things that alter the pipelines. E.g. enabling message compression and/or encryption will inject steps in the right places, both for incoming and outgoing messages.

You can log the pipelines by doing this:

Configure.With(...).(...).Options(o=>o.LogPipeline(verbose:true)).(...)

whereverbose: true means that each pipeline step's detailed documentation will be included in the output, andverbose: false will restrict the output to show just the type names of the steps.

We do our best to ensure that the documentation wiki is up-to-date - please let us know if you think there's something we should do better.

Basic stuff

Configuration

Scenarios

Areas

Transports (not a full list)

Customization

Pipelines

Prominent application services

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp