We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the QueueFullName is the same as an existing Exchange name, I get an exception when trying to subscribe.
The text was updated successfully, but these errors were encountered:
(pardahlman#83) Look at the _initQueue list instead of _initExchanges…
a5a44aa
… list when checking for IsInitialized(queue).
(pardahlman#83) - IsInitialized for a queue was looking at the list o…
a3cf84d
…f initialed exchanges instead of initialized queues.
@johnbaker thanks a bunch! I'll merge this within the week!
Sorry, something went wrong.
Merge pull request #84 from johnbaker/master
d840f36
(#83) - IsInitialized for a queue was looking at the list of exchanges instead of queues.
No branches or pull requests
If the QueueFullName is the same as an existing Exchange name, I get an exception when trying to subscribe.
The text was updated successfully, but these errors were encountered: