Re: [Website] activemq URI syntax inconsistency

2021-11-29 Thread David Jencks
Perhaps there are (at least) two issues here: 1. How many colons? The “grammar” activemq:destinationType:destinationName can’t possibly under any interpretation yield a sentence with one colon, so something like activemq:[destinationType:]destinationName is more correct. 2. What are the

Re: [Website] activemq URI syntax inconsistency

2021-11-28 Thread Claus Ibsen
Hi The correct syntax is in the json file, that are taken from the source code You are not correct about 2 colons, as when the option is left out (to use its default value) then the colon is not needed either, so you just use activemq:cheese when its a queue, and if you need topic then use

[Website] activemq URI syntax inconsistency

2021-11-28 Thread David Jencks
On the Activemq component page, there are two descriptions of the URI syntax: hardcoded in the .adoc source, https://camel.apache.org/components/next/activemq-component.html#_uri_format: activemq:[queue:|topic:]destinationName[?options] from the .json component.syntax property, shown at