You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are still using Rebus 4 and its single message table database schema as transport accross a decent amount of systems. Migrating to the "new" table per queue database schema introduced in Rebus 5 would currently require to update and deploy all systems at once.
It would be nice if there would be an option to enable the old single message table strategy. We would then be able to expose this option as feature flag which is far more easy to toggle accross multiple systems than rolling them out all in parallel.
@mookid8000 I would be happy to contribute the change but want to check first if the change would be accepted. If not we are probably going to fork Rebus.SqlServer and make the change anyways.