anonymous wrote : Topic mytopic = (Topic) ctx.lookup("Topic/testTopic");
Change this to
Topic mytopic = (Topic) ctx.lookup("topic/testTopic");
Its case sensitive.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046470#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...