No. * matches exactly one token, no more.

Also, > matches one or more tokens (maybe zero or more tokens, I don't
remember that edge case) from that point to the end of the name.

There is no mechanism currently implemented for matching multiple tokens in
the middle of a name as you're trying to do. Though if you're open to
modifying the source code, I suspect it wouldn't be too hard to implement
that behavior.

Tim

On Fri, Feb 22, 2019, 9:30 AM chrisdrobison <[email protected]> wrote:

> I need a little clarifications on wildcards in ActiveMQ 5.x. I'll use the
> documentation examples for this question.
>
> PRICE.STOCK.NASDAQ.* -- Any stock price on NASDAQ
>
> PRICE.STOCK.*.IBM -- Any IBM stock price on any exchange
>
> So will PRICE.STOCK.*.IBM also match PRICE.STOCK.A.B.IBM?
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>
  • Wildcards chrisdrobison
    • Re: Wildcards Tim Bain

Reply via email to