[ 
https://issues.apache.org/jira/browse/CAMEL-14242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael elbaz updated CAMEL-14242:
----------------------------------
    Description: 
I can' use some rabbitMq parameter eg: *x-max-priority* please provide an 
working exemple. 
It was before possible doing that using deprecated parameter 
*&queueArgsConfigurer=#rabbitMqQueueArgsConfigurer*  

{code:java}
   @Bean("rabbitMqQueueArgsConfigurer")
    public ArgsConfigurer rabbitMqQueueArgsConfigurer() {
        return map -> map.put("x-max-priority", 10);
    }
{code}


  was:
I can' use some rabbitMq parameter eg: *x-max-priority * please provide an 
working exemple it was before possible doing that using deprecated parameter 
*&queueArgsConfigurer=#rabbitMqQueueArgsConfigurer*  

{code:java}
@Bean("rabbitMqQueueArgsConfigurer")
    public ArgsConfigurer rabbitMqQueueArgsConfigurer() {
        return map -> map.put("x-max-priority", 10);
    }
{code}



> Binding parameters is not possible
> ----------------------------------
>
>                 Key: CAMEL-14242
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14242
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-rabbitmq
>    Affects Versions: 3.0.0
>            Reporter: michael elbaz
>            Priority: Critical
>
> I can' use some rabbitMq parameter eg: *x-max-priority* please provide an 
> working exemple. 
> It was before possible doing that using deprecated parameter 
> *&queueArgsConfigurer=#rabbitMqQueueArgsConfigurer*  
> {code:java}
>    @Bean("rabbitMqQueueArgsConfigurer")
>     public ArgsConfigurer rabbitMqQueueArgsConfigurer() {
>         return map -> map.put("x-max-priority", 10);
>     }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to