This content has been marked as final.
Show 1 reply
-
1. Re: https://issues.jboss.org/browse/HORNETQ-988 - Wildcard queues not working on this scenario
ataylor Feb 20, 2013 10:32 AM (in response to clebert.suconic)we have links between the address, so jms.topic.* will be linked to anything it matches, any link will also have in its bindings the wildcard binding so when we remove it from the wildcard binding we remove it from the matches bindings, looks like we are doing the opposit to which was causing the problem, https://github.com/andytaylor/hornetq/commit/0535319872167b5fc273b922da3626a51974a67e seems to fix it, ive run th etest suite and example with no issues. you can merge it with your new tests and send a PR once you have looked at it