-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't declare exchanges when consuming
The CLI (by way of Twisted) does not declare exchanges when consuming, it assumes the exchange already exists. This seems reasonable, consumers will still learn about configuration mistakes during the binding process. This makes it impossible to consume from the public vhost in Fedora, so this is a quick bugfix release while the transition to Crochet and Twisted are worked on and polished. Fixes: #171 Signed-off-by: Jeremy Cline <jcline@redhat.com>
- Loading branch information
1 parent
af2a56d
commit d43c261
Showing
2 changed files
with
0 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters