-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Host.Sql] Database transport #195
Comments
hey @Aghlara, I did not consider on adding DB transport, but I guess it might be an easy way for some applications to start doing messaging without having to provision any messaging system. So yes, we can add a plugin to support that on the roadmap. Do you have a particular design in mind (or example)? Would you have time to contribute or you would lean on the contributors here to help with that? |
+1 We would love to see something like this, to eliminate our dependency on Redis. |
Here is what I have in mind: the DB transport is generally very easy as most of the applications that want to use BUS capabilities are generally complex enough that they already deploy a database of some sort. We need to have:
Cheers, |
I have started the implementation for this SQL transport. Once a preview version is available I will let you know. |
It is refreshing to see some alternatives to Rebus. Do you have any plan to implement Database transport?
The text was updated successfully, but these errors were encountered: