Github user jostbg commented on the issue:
https://github.com/apache/activemq-artemis/pull/2113
@michaelandrepearce Currently there seems to be no possibility to match
`a.b.<zero-or-more-words>d`
None of these variations `a.b.#d`, `a.b#.d`, `a.b#d` match `a.b.d` with the
existing implementation. Which pattern from your view should be used to match
`a.b.c.d` and `a.b.d` at the same time?
Also based on your opinion "a.b.c.#" should consequently not match `a.b.c`
but it currently does.---
