Hi Yeah you can use those options if you prefix with destination. As in the CamelDestinationExclusiveConsumerTest unit test.
<route> <!-- use consumer.exclusive ActiveMQ destination option, notice we have to prefix with destination. --> <from uri="activemq:foo?destination.consumer.exclusive=true&destination.consumer.prefetchSize=50"/> <to uri="mock:results"/> </route> You are welcome to create a JIRA and if you want to add a section in the docs about this. On Tue, Oct 20, 2020 at 3:39 PM Иванов Григорий - <[email protected]> wrote: > > > Hello! > > As I could remember there was a section on the old camel website about using > activeMQ destination options > > Is there a reason for not to have it now? > > Camel AMQ component - > https://camel.apache.org/components/latest/activemq-component.html > > AMQ destination options - https://activemq.apache.org/destination-options > > Thanks! -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
