Book Image

MASTERING NSERVICEBUS AND PERSISTENCE

By : Richard L Helton
Book Image

MASTERING NSERVICEBUS AND PERSISTENCE

By: Richard L Helton

Overview of this book

Table of Contents (15 chapters)
Mastering NServiceBus and Persistence
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring IBus


There are several parts to configuring IBus; let me reiterate that the configuration relies on the app.config file, IBus, messages, and message handlers as a whole.

We will start with the configurations in the app.config file, where many pieces of the code will come from https://github.com/Particular/NServiceBus/tree/develop/src/NServiceBus.Core/Config.

Another valuable source to get some of this information is through the sources on NServiceBus, such as http://www.nudoq.org/#!/Packages/NServiceBus/NServiceBus.Core.

In the following table, the app.config file will be referred to as "config", and IBus will be referred to as "configuration". Here are some of the config sections that will be defined in many of your app.config files:

Name

Description

Detailed link

AuditConfig

This is the config section for the auditing feature

http://docs.particular.net/nservicebus/auditing-with-nservicebus

GatewayConfig

This is the config section for the gateway

http://docs.particular...