Closed dada-amater closed 6 years ago
@dada-amater What version do you use?
@paveljanda
gamee/nette-rabbitmq v2.0.0
via composer
Do you have any plans to resolve this issue?
I have forked this unmaintained repository. If you combe back, you can merge this: https://github.com/dada-amater/nette-rabbitmq/commit/40f2f6d3ad76f44cd273af89d62e0e7a68eb5fac
@dada-amater This repository is maintained. :)
As I mentioned in PR #11 - please remove the composer.json alter and I will merge the PR immediately.
@paveljanda great, thanx. Please, can you tag the new release? We will change the package back to yours.
Every time a producer/consumer touches any exchange/queue, it is redeclared in
QueueFactory
orExchangeFactory
. This is huge waste of performance and it killed our production RabbitMq server. We would like to switch off this behaviour in the config, like there isautoSetupFabric: off
in Kdyby/RabbitMq extension.