[
https://issues.apache.org/jira/browse/CAMEL-14242?focusedWorklogId=354262&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-354262
]
ASF GitHub Bot logged work on CAMEL-14242:
------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Dec/19 12:41
Start Date: 05/Dec/19 12:41
Worklog Time Spent: 10m
Work Description: davsclaus commented on pull request #3385: CAMEL-14242:
Fix binding parameters with arg.- is not possible when using endpointdsl and
RabbitMQ
URL: https://github.com/apache/camel/pull/3385
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 354262)
Remaining Estimate: 0h
Time Spent: 10m
> camel-rabbitmq - Binding parameters with x- is not possible when using
> endpointdsl
> ----------------------------------------------------------------------------------
>
> 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
> Fix For: 3.0.1, 3.1.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)