Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow use HA Rabbit MQ cluster in symfony/amqp-messenger #45392

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
tomasz-kusy opened this issue Feb 10, 2022 · 2 comments
Closed

Allow use HA Rabbit MQ cluster in symfony/amqp-messenger #45392

tomasz-kusy opened this issue Feb 10, 2022 · 2 comments

Comments

@tomasz-kusy
Copy link
Contributor

Description

Hi,
Currently I don't see possibility to use Rabbit MQ cluster out of the box.
It could be useful to implement it.
If you find this proposal worth to implement it could try to think about prepare PR ;)

Example

It could be implemented similarly to PhpAmqpLib (sad that isn't used in this project instead rely on php extension),

https://github.com/php-amqplib/php-amqplib/blob/84345976f7392e6205675d23da481fafaef20417/PhpAmqpLib/Connection/AbstractConnection.php#L1119

@lyrixx
Copy link
Member

lyrixx commented Feb 11, 2022

https://www.rabbitmq.com/clustering.html#clients

It's recommended to use a DNS system or a proxy (like ha proxy) when using a cluster.

So I'm not sure it's the responsibility of symfony to handle this

@fancyweb
Copy link
Contributor

Closing as duplicate of #35098.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants