[
https://issues.apache.org/jira/browse/CAMEL-14242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16987574#comment-16987574
]
michael elbaz edited comment on CAMEL-14242 at 12/4/19 7:58 AM:
----------------------------------------------------------------
What did mean by adding in the route ?
[~bedla] I thanks ! all the tests are now passed, i'll now try to check whats
exactly happen with args arguments (I was think that integration tests should
be run independently there is no embedded rabbit or some of ?)
was (Author: michael992):
What did mean by adding in the route ?
[~bedla] I thanks ! all the tests are now passed, i'll now try to check whats
exactly happen with args arguments (I was think that integration tests should
be run independently there is no in embedded rabbit or some of ?)
> camel-rabbitmq - Binding parameters with x- 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: Minor
>
> 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}
> See this one:
> [https://stackoverflow.com/a/44651087/4271976|https://stackoverflow.com/a/44651087/4271976]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)