Dear Friends,
I am facing some problem with JMS configurations with
JBoss.
I have written XXX-service.xml. It has mbean for creating the topic. after deployment of this file topic is created successfully, and JNDI name is bound to it as topic/xxxxx.
I don't know how to configure TopicConnectionFactory. Somewhere I have read that, we can use default ConnectionFactory for JNDI lookup. hence I have written a JMS client which is using
JndiCtx.lookup("ConnectionFactory")
But this is not working. It is giving me exception at this line only.
Can anybody please help me out in finding my ConnectionFactory.
Thanks.