Skip to content

Adding method to subscribe to a exchange#2

Merged
Corcioli merged 3 commits intomasterfrom
feature/exchange-subscribe
Sep 28, 2016
Merged

Adding method to subscribe to a exchange#2
Corcioli merged 3 commits intomasterfrom
feature/exchange-subscribe

Conversation

@Corcioli
Copy link
Copy Markdown
Contributor

@Corcioli Corcioli commented Aug 9, 2016

No description provided.

@vitorleal vitorleal changed the title Adding method to subscribe to a eschange Adding method to subscribe to a exchange Aug 9, 2016
@vitorleal vitorleal self-assigned this Aug 9, 2016
@vitorleal
Copy link
Copy Markdown
Contributor

Looks good to me 👍

self.channel.exchange_declare(exchange=exchange, exchange_type=exchange_type)

response = self.channel.queue_declare(exclusive=True)
self.queue = response.method.queue
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check if it is possible add a prefix for queue linked with exchange

@vanessamilagres
Copy link
Copy Markdown

@Corcioli Corcioli merged commit 08a79a8 into master Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants