Re: How to use destination wildcards to match a common suffix

2015-04-11 Thread Robert Davies
ooh - that's nice. On 11 April 2015 at 11:32, Martin Lichtin wrote: > Hi James, yes that'd be a great extension, and I could easily adjust my > naming convention to make use of it. > > > On 11.04.2015 12:01, James Carman wrote: > >> Martin, >> >> Does this satisfy what you're looking to do: >> >

Re: How to use destination wildcards to match a common suffix

2015-04-11 Thread Martin Lichtin
Hi James, yes that'd be a great extension, and I could easily adjust my naming convention to make use of it. On 11.04.2015 12:01, James Carman wrote: Martin, Does this satisfy what you're looking to do: https://issues.apache.org/jira/browse/AMQ-5717 There is a PR available which implements i

Re: How to use destination wildcards to match a common suffix

2015-04-11 Thread James Carman
Martin, Does this satisfy what you're looking to do: https://issues.apache.org/jira/browse/AMQ-5717 There is a PR available which implements it: https://github.com/apache/activemq/pull/85 Basically, instead of using ">" which to me looks like an arrow meaning "anything to the right", you would

Re: How to use destination wildcards to match a common suffix

2015-04-09 Thread Tim Bain
Wildcards can only match an entire name within a path. So *.*.*.out would match A.B.C.out, but there's no way to write a wildcard to match A.B.Cout in your example. Also, > can only be used at the end of a pattern. Tim On Apr 9, 2015 2:21 AM, "Martin Lichtin" wrote: > I read http://activemq.ap

How to use destination wildcards to match a common suffix

2015-04-09 Thread Martin Lichtin
I read http://activemq.apache.org/wildcards.html but am still puzzled about how to write a pattern that matches queue names with a particular suffix. For example, for queue names such as A.B.Cout and D.E.Fout will