[
https://issues.apache.org/jira/browse/CAMEL-8487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534732#comment-14534732
]
Willem Jiang commented on CAMEL-8487:
-------------------------------------
queueArgsConfigurer is designed to give setup the arguments map for the user.
First you need to implement the ArgsConfigure interface to setup the arguments
into the map which is passed, and bind the ArgsConfigure with camel registry.
If you are using Spring configuration, you just need to specify a bean with the
class which implements the ArgsConfigure interface. Now you can use the option
in the endpoint uri just like this queueArgsConfigure=#BeanID.
> Custom arguments to RabbitMQ queues
> -----------------------------------
>
> Key: CAMEL-8487
> URL: https://issues.apache.org/jira/browse/CAMEL-8487
> Project: Camel
> Issue Type: New Feature
> Components: camel-rabbitmq
> Affects Versions: 2.14.1
> Reporter: Rishabh Tulsian
> Assignee: Willem Jiang
> Fix For: 2.15.1, 2.16.0
>
>
> I wanted to use RabbitMQ as a priority queue which required passing custom
> arguments during queue creation. The camel-rabbitmq component version 2.14.1
> doesn't provide this capability.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)