Skip to content
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

Add named queue binding #30

Merged
merged 3 commits into from
Nov 6, 2019
Merged

Add named queue binding #30

merged 3 commits into from
Nov 6, 2019

Conversation

hyeonjae
Copy link

Channel channel = await client.channel();
Exchange exchange = await channel.exchange("topic_logs", ExchangeType.TOPIC);
Consumer consumer = await exchange.bindQueueConsumer("logs_queue", args);

I want to bind the named queue.
So add a new method bindQueueConsumer() which need to queue name.

Thanks.

@coveralls
Copy link

coveralls commented Oct 20, 2019

Coverage Status

Coverage decreased (-0.7%) to 89.501% when pulling 4ad2bfd on hyeonjae:master into 531971b on achilleasa:master.

@hyeonjae hyeonjae requested a review from achilleasa November 6, 2019 05:52
@achilleasa achilleasa merged commit 0ddc3ca into achilleasa:master Nov 6, 2019
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.

3 participants