Hello, I'm working on using Qpid broker as an in-memory AMQP message broker, that will be used in place of RabbitMQ for integration tests of my Java service. While I managed to successfully run Qpid, I'm having issues with my RabbitMQ connector library using some RMQ-specific exchange declare arguments. Basically, Qpid refuses to create an exchange with error: Unsupported exchange declare arguments: x-ha-policy,ha-mode. Is there any option to make Qpid ignore these arguments, or to write a custom handler for these (that will basically do nothing)? I wasn't able to find any solution in the docs nor over the internet, unfortunately.
Thank you! -- Łukasz Guzik Senior Software Engineer [email protected] Beekeeper · beekeeper.io · We are hiring <https://www.beekeeper.io/en/company/jobs> Beekeeper AG, Pawia 9, 31-154 Cracow, Poland https://www.beekeeper.io/en/company/jobs
