Hi,
Iam working on application that implements JNDI & JMS on
Tomcat 5.0. The JMS provider that Iam using is OpenJMS. I am writing this application just to clear my concepts of JNDI and JMS. Now my question is - How can I bind a QueueConnectionFactory to a JNDI so that the sender/receiver can lookup JNDI for ConnectionFactory.
I don't want to use the JNDI of openJMS. Iam using fileSystem JNDI provider of SUN. The code goes like this -
QueueConnectionFactory is an interface, so how can bind the object of QueueConnectionFactory to JNDI so that the sender/receiver can lookup for the connection factory ?