Ramon Smits

Tell me your secrets and i'll tell you mine

Recent Posts

Tags

Community

Email Notifications

Patterns & Practices / Guidelines

EntLib

Nant

Blogs that I monitor

Archives

NServiceBus v3 does not automatically create queues

Queues are not automatically created anymore since NServiceBus v3. Queues are now created during the installation phase which you usually do not have in web apps or test apps. You can still have the old behavior by triggering the installation during bus creation. Make the following change to trigger this.

// From:
.Start()
// To:
.Start(() => Configure.Instance.ForInstallationOn<Windows>().Install());
Leave a Comment

(required) 

(required) 

(optional)

(required) 


Please add 5 and 8 and type the answer here: