0

Is it possible to swap out the default RavenDB implementation for Saga, Subscription and timeouts with an Oracle implementation that isn't dependent on NHibernate.

I'm trying to introduce NSB into an environment where NHibernate isn't already used, and need to keep the stack as basic as possible.

cdarrigo
  • 964
  • 1
  • 8
  • 26
  • 1
    Why is it relevant how NServiceBus stores its data? Developers won't have to use NHibernate directly. – Udi Dahan Sep 24 '13 at 07:57
  • Its still a supported component, and if it were to throw an exception for some reason, someone would need to understand NHB enough t o troubleshoot it. For my shop, its more maintainable without NHB in the mix. – cdarrigo Sep 24 '13 at 13:45

1 Answers1

0

You'd have to write your own implementations of the persistence interfaces.

Udi Dahan
  • 11,932
  • 1
  • 27
  • 35