[jboss-user] [Messaging, JMS & JBossMQ] - Re: Simple JMS Topic

jaikiran do-not-reply at jboss.com
Thu May 17 08:47:58 EDT 2007


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

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



More information about the jboss-user mailing list