This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from bbbf237 Camel-management: Fixed CS add ac89c08 CAMEL-14789: camel-rabbitmq - Automatic recovery of temporary reply queue is not handled correctly - Add QueueRecoveryListener to update replyTo and rebind the new temporary queue - Add integration test using RabbitMQ Management HTTP API No new revisions were added by this update. Summary of changes: components/camel-rabbitmq/pom.xml | 5 + components/camel-rabbitmq/readme.txt | 2 +- .../rabbitmq/reply/TemporaryQueueReplyManager.java | 17 ++ .../rabbitmq/integration/DockerTestUtils.java | 13 +- .../RabbitMQTemporaryQueueAutoRecoveryIntTest.java | 180 +++++++++++++++++++++ 5 files changed, 210 insertions(+), 7 deletions(-) create mode 100644 components/camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/integration/RabbitMQTemporaryQueueAutoRecoveryIntTest.java