This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from c0894b1  CAMEL-12324: Improve docs
     new 972e124  CAMEL-12329: camel-rabbitmq. Use a new header to override 
sending to another destination name in the producer to avoid issue with 
from->to sending to itself in from. This is now aligned with how eg the JMS 
component does it with a special OVERRIDE header for overrding the destination.
     new 93dd1b6  CAMEL-12329: camel-rabbitmq. Use a new header to override 
sending to another destination name in the producer to avoid issue with 
from->to sending to itself in from. This is now aligned with how eg the JMS 
component does it with a special OVERRIDE header for overrding the destination.
     new fde3332  CAMEL-12329: Fixed rabbitmq integration tests

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-rabbitmq/readme.txt               | 21 +++++
 .../src/main/docs/rabbitmq-component.adoc          | 24 +++++-
 .../component/rabbitmq/RabbitMQConstants.java      |  3 +
 .../camel/component/rabbitmq/RabbitMQEndpoint.java | 13 ---
 .../rabbitmq/RabbitMQMessagePublisher.java         | 22 +++--
 .../camel/component/rabbitmq/RabbitMQProducer.java | 18 ++++-
 .../rabbitmq/reply/CorrelationTimeoutMap.java      |  4 +-
 .../rabbitmq/reply/TemporaryQueueReplyHandler.java |  4 +-
 .../rabbitmq/reply/TemporaryQueueReplyManager.java |  6 +-
 .../component/rabbitmq/RabbitMQBasicIntTest.java   | 93 ++++++++++++++++++++++
 .../rabbitmq/RabbitMQConsumerIntTestReplyTo.java   |  2 +-
 .../RabbitMQRequeueHandledExceptionIntTest.java    |  4 +-
 .../component/rabbitmq/RabbitMQRequeueIntTest.java |  4 +-
 .../RabbitMQRequeueUnhandledExceptionIntTest.java  |  4 +-
 .../camel-rabbitmq/src/test/resources/README.md    |  5 --
 15 files changed, 180 insertions(+), 47 deletions(-)
 create mode 100644 components/camel-rabbitmq/readme.txt
 create mode 100644 
components/camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/RabbitMQBasicIntTest.java
 delete mode 100644 components/camel-rabbitmq/src/test/resources/README.md

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to