| Author |
JMS - Name QueueConnectionFactory is not bound in this Context
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
Hi... I have one web application (war) file. Which contains - one java class (which contains 2 method, one which produces 10 message and one which consumes that is read 10 messages.) - one Controller Servlet - two JSP. Produce.jsp and consume.jsp - jndi.properties file. - I am using ActiveMQ as message broker. I can produce the messages but i'm not able to consume messages, i'm getting the following error Stack Trace Strange thing is that when i run my consumer from a simple java application which contains main method which consumes the messages, Its working fine. but only with web application i'm not able to consume messages. Bellow is the content of jndi.properties file Bellos is the code for consuming messages If anybody can help me out, i will be thankful. Thanks & Regards, [ July 08, 2008: Message edited by: Jigar Naik ]
|
Jigar Naik
|
 |
 |
|
|
subject: JMS - Name QueueConnectionFactory is not bound in this Context
|
|
|