-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
how to use rabbitmq as messagebus or queue? #1526
Comments
We probably need to take a pass at redoing all of configuration to be more explicit, but you should be able to do this two ways.
cc @ejsmith |
|
Can you please add a sample connection string that can be bested. If you wouldn't mind adding a test and or updating this that would be a huge help. I know the cache one supports this, might have just been a miss. |
Can you paste that connection string here and also try escaping it with quotes? |
I was finally able to dig in and get this fixed. I've submitted a pr for the team to review. |
Thanks for logging this, this is fixed in a nightly build |
I had to revert this change as it was a pretty big breaking change to configuration. We will address this shortly. |
Foundatio.Rabbitmq
use uri-spec as connectionstring (https://www.rabbitmq.com/docs/uri-spec)but in Exceptionless, we can not build it like uri
can give me an example?
The text was updated successfully, but these errors were encountered: