Github user w4tson closed the pull request at:
https://github.com/apache/camel/pull/1793
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user w4tson opened a pull request:
https://github.com/apache/camel/pull/1793
CAMEL-11469 Use remainder of uri to parse config
The configuration now uses the remainder of the uri to parse out the
properties. This can now cope with a '//' or not and stops furt
Github user w4tson closed the pull request at:
https://github.com/apache/camel/pull/1458
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user w4tson opened a pull request:
https://github.com/apache/camel/pull/1458
CAMEL-10759 Inline multi-value rabbitmq args in URI
- New inline multi-value map property 'args' on rabbitmq component for
specifying rabbitmq args
- Combines all definitio
Github user w4tson closed the pull request at:
https://github.com/apache/camel/pull/1425
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user w4tson opened a pull request:
https://github.com/apache/camel/pull/1425
CAMEL-10759 RabbitMQ Component binding args
Introduced 3 new Endpoint URI properties
- exchangeArgs
- queueArgs
- bindingArgs
As an easier way to specifiy rabbitmq properties at
Github user w4tson closed the pull request at:
https://github.com/apache/camel/pull/1424
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user w4tson opened a pull request:
https://github.com/apache/camel/pull/1424
Introduce property bindingArgsConfigurer
Without the ability to specify binding properties, a headers exchange
cannot be auto declared using the rabbitmq endpoint. Autodeclare is a key
feature of