[GitHub] camel pull request #1793: CAMEL-11469 Use remainder of uri to parse config

2017-06-28 Thread w4tson
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] camel pull request #1793: CAMEL-11469 Use remainder of uri to parse config

2017-06-27 Thread w4tson
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] camel pull request #1458: CAMEL-10759 Inline multi-value rabbitmq args in UR...

2017-02-13 Thread w4tson
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] camel pull request #1458: CAMEL-10759 Inline multi-value rabbitmq args in UR...

2017-02-12 Thread w4tson
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] camel pull request #1425: CAMEL-10759 RabbitMQ Component binding args

2017-01-30 Thread w4tson
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] camel pull request #1425: CAMEL-10759 RabbitMQ Component binding args

2017-01-29 Thread w4tson
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] camel pull request #1424: CAMEL-10483 Introduce property bindingArgsConfigur...

2017-01-29 Thread w4tson
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] camel pull request #1424: Introduce property bindingArgsConfigurer

2017-01-28 Thread w4tson
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