Re: NoSuchMethodError after upgrade ActiveMQ Web module from 5.3.2 to 5.4.0

2010-08-24 Thread jackygurui
has a jetty 7 dependency, wonder if that is the problem? On Sunday, August 22, 2010, jackygurui jackygu...@gmail.com wrote: After changed the version of activemq-web from 5.3.2 to 5.4.0 in maven's pom.xml (NOTHING ELSE has changed) I get the following exception, where it was all working

NoSuchMethodError after upgrade ActiveMQ Web module from 5.3.2 to 5.4.0

2010-08-22 Thread jackygurui
After changed the version of activemq-web from 5.3.2 to 5.4.0 in maven's pom.xml (NOTHING ELSE has changed) I get the following exception, where it was all working before. The reason for upgrade is that the javascript side seems always have to wait for first 25 seconds timeout before it can

Re: How to specify username and password for MessageListenerServlet

2010-03-13 Thread jackygurui
=org.springframework.web.context.support.ServletContextAttributeExporter property name=attributes map entry key=org.apache.activemq.connectionFactory ref bean=amqConnectionFactory/ /entry /map /property /bean jackygurui

How to specify username and password for MessageListenerServlet

2010-03-11 Thread jackygurui
I understand that MessageListenerServlet uses WebClient to send/receive messages however I could not able to find out how to specify username/password for the broker to send message. Someone has mentioned here exactly two years ago, he only pointed out that this can be done though