When using the core API there i s no such thing as a topic, we only deal with 
queues. Basically a topic consists of an address with multiple queues bound to 
it where each queue will have a consumer(subscriber).

If you are using JMS then i would recommend taking a look at the 
JMSServerManager, you could do something like:

[codeJMSServerManager ]jmsServer = new JMSServerManagerImpl(server);
jmsServer.createTopic(.....

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240985#4240985

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240985
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to