Skip to content

How to create queue for enqueue:transport:consume #1062

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

Closed
raph1mm opened this issue May 28, 2020 · 2 comments
Closed

How to create queue for enqueue:transport:consume #1062

raph1mm opened this issue May 28, 2020 · 2 comments
Labels

Comments

@raph1mm
Copy link

raph1mm commented May 28, 2020

Hello,

I'm trying to consume RabbitMQ message from different application (no Enqueue there) using Symfony Bundle.

I've implemented processor which implements QueueSubscriberInterface and I'm using console command:

enqueue:transport:consume

Just one piece missing. I don't want to create manualy queue and binding with exchange, I want application do this for me. I cannot use --setup-broker obviously. Any ideas?

@makasim
Copy link
Member

makasim commented May 29, 2020

The feature has never been implemented: #589, #704

You should write a command in your app that calls declareQueue\declareExchange\bind methods on an AMQP channel.

@stale
Copy link

stale bot commented Jun 28, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 28, 2020
@stale stale bot closed this as completed Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants