NServiceBus 7.2.3
NServiceBus.NHibernate.8.1.0
Transport: MSMQ
We are Migrating system from MSMQ to RabbitMQ.
It´s using Sagas and Saga Timeouts with very long timeouts, currenly stored in SQL database using NHibernate Persistance.
Sagas will continue to be stored the same way.
But is there a way of Migrate TimeoutEntity table from SQL database to RabbitMQ?
Can this tool be used when the timeouts are currently stored using NHibernate Persistance?