You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/12 20:49:41 UTC

[jira] [Commented] (CAMEL-10759) RABBITMQ Component binding args

    [ https://issues.apache.org/jira/browse/CAMEL-10759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15862967#comment-15862967 ] 

ASF GitHub Bot commented on CAMEL-10759:
----------------------------------------

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 definition with the individually properties via setExchangeArgs, setQueueArgs & setBindingArgs
    - Property args just delegates via it's three map prefixes: arg.exchange., arg.queue. & arg.binding.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/w4tson/camel CAMEL-10759-rabbitmq-bindings-multi-value-map-prefixed

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1458.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1458
    
----
commit 19847d93b59f9484735e16f833c6d283ea5c9ca6
Author: Paul Watson <pa...@pdwtech.com>
Date:   2017-02-12T20:31:03Z

    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 definition with the individually properties via setExchangeArgs, setQueueArgs & setBindingArgs
    - Property args just delegates via it's three map prefixes: arg.exchange., arg.queue. & arg.binding.

----


> RABBITMQ Component binding args
> -------------------------------
>
>                 Key: CAMEL-10759
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10759
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-rabbitmq
>            Reporter: Paul Watson
>            Assignee: Claus Ibsen
>             Fix For: 2.19.0
>
>
> Current RabbitMQ component allows to create bindings using only routing keys. It would be good to provide a way to also create bindings for headers exchange. Some info about it: http://stackoverflow.com/questions/19240290/how-do-i-implement-headers-exchange-in-rabbitmq-using-java/19534597
> The ArgsConfigurer is to be deprecated in favour of a Map<String, Object>.
> Examples of usage would also be good.
> Supersedes CAMEL-10483



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)