[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Algorithm broken in WildcardAddressManager

ataylor do-not-reply at jboss.com
Tue Jan 6 09:02:59 EST 2009


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#4199783

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199783



More information about the jboss-dev-forums mailing list