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

Option to create queue in Producer #34

Open
janwalther opened this issue Jun 7, 2017 · 1 comment
Open

Option to create queue in Producer #34

janwalther opened this issue Jun 7, 2017 · 1 comment

Comments

@janwalther
Copy link

When I create a Producer only the exchange gets created, no queue. If there is no consumer assigned to the exchange, messages will get lost. Is there an option to create the queue in the Producer and also in the Consumer, so it does not matter which got created first?

@hefekranz
Copy link

In my understanding it's not the job of the Publisher to declare the queue the message will end up in. The exchange should just be used to route the message.

If you need this anyways I guess you need to declare it through queue_declare

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

No branches or pull requests

2 participants