anonymous wrote : Nope. We need to support the following semantics:
|
| session.createQueue("myaddress", "myqueue");
|
| session.sendMessage("myaddress", mymesage);
|
| Having to add a "destination" is ugly and clumsy. It also makes it
incompatible with AMQP.
Ok so this means either creating all the possible combinations, which is how it works
now.
Or checking for matching wildcard mappings on send, which will have an overhead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199783#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...