Database Reference
In-Depth Information
will not work, but the host programs will normally set these settings when they are started
by default. Again, RavenDB stores the data by default. However, these persisters are also
available:
RavenSubscriptionStorage() : Uses subscription storage using
RavenDB
MsmqSubscriptionStorage() : Uses subscription storage using MSMQ
UseNHibernateSubscriptionPersister() : Uses subscription storage
using NHibernate; see http://docs.particular.net/NServiceBus/relational-
persistence-using-nhibernate—nservicebus-4.x
InMemorySubscriptionStorage() : Uses subscription storage in the local
memory, which is volatile
Finding more configuration settings
These are just some basic settings. Going through the settings and then adding on the
many other variations of configurations from sources such as Nudoq documentation with
the many different configurations, http://www.nudoq.org/#!/Packages/NServiceBus/NSer-
viceBus.Core/Configure , as an example defining the endpoint, the various messages, and
more, can seem overwhelming. NSB offers a lot of default settings that are most com-
monly used.
NSB offers many common examples that could be used out of the box for many designs.
An easy way to learn is to take an MSMQ example, and if you wish to learn RabbitMQ
instead, just change the settings for RabbitMQ. The samples are free and offer a great
learning experience.
Search WWH ::




Custom Search