I figured out it eventually, I just thought that the option should be there on camel component options level, i.e. after connection string in form of e.g. "?mode=browse", but the option is actually to be set on amqp connection level - "my-queue; {mode: browse}". You can set camel component options adding "?option=value".
P.S. Setting the option on amqp connection level works for even-driven (default camel) routing, it does not work however for polling-driven one, see https://issues.apache.org/jira/browse/CAMEL-6784 for details. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-consume-from-AMQP-queue-in-browsing-mode-with-Apache-Camel-tp5726756p5741681.html Sent from the Camel - Users mailing list archive at Nabble.com.