Re: Proposal : camel-rabbitmq : RabbitMQProducer to override EXCHANGE_NAME/ROUTING_KEY headers if bridgeEndpoint

2020-01-21 Thread Omar Al-Safi
Hi, You are welcome to do so. Please raise a JIRA ticket and then send your PR. Regards, Omar On Mon, Jan 20, 2020 at 4:15 PM Jonathan Schoreels < jonathan.schore...@gmail.com> wrote: > Hi, > > Currently, the camel-rabbitmq endpoints, if set as "bridgeEndpoint", > ignores the following exchange

Proposal : camel-rabbitmq : RabbitMQProducer to override EXCHANGE_NAME/ROUTING_KEY headers if bridgeEndpoint

2020-01-20 Thread Jonathan Schoreels
Hi, Currently, the camel-rabbitmq endpoints, if set as "bridgeEndpoint", ignores the following exchange's headers : EXCHANGE_NAME & ROUTING_KEY, but it keeps the previous headers setted, which leak information about the origin of the event. For example, if my message comes from Exchange A, I trans