anonymous wrote : We should also allow a jms client to just create a JBossTopic instance
directly specifying the wildcard.
Yes definitely, some vendors also use jndi, i.e. jndi.loopup("/topic/atopic/*")
but I'mnot sure whether we would want this or how east it would be since we don't
have our own jndi impl.
anonymous wrote : Also how is this used via the core api?
At the minute it would need to be something like
| SimpleString wildCardQ = new SimpleString("queuejms.#");
| clientSession.createQueue(wildCardQ, wildCardQ, ......);
| ClientConsumer clientConsumer = clientSession.createConsumer(wildCardQ);
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176441#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...