Problem with running Ajax with amq.js

2008-12-17 Thread Pete Kay
Hi, I have GWT jsni wrapper built for Activemq's amq.js without any problem. The problem is when I migrated the GWT code to smartgwt, smartgwt seems to have function name conflict with functions in prototype.js. I tried modifing the function names in prototype.js ( the find and select

Log4j logging for AjaxServlet

2008-11-22 Thread Pete Kay
Helle, I am running AjaxServlet within Jetty. Is it possible to turn on the log4j logging to DEBUG? I created my own log4j.properties and then place it inside the war file but it does not work. Any suggestion will be greatly appreciated. Thanks, Pete

Re: Having problem listening for Activemq message from Ajax

2008-11-22 Thread Pete Kay
Hi, Sorry for sending multiple messages to the group. I turned on the log, Where listening, I see this: POST [EMAIL PROTECTED] session=kl0ygt26rj4p info=null contentType=application/x-www-form-urlencoded; charset=UTF-8 0 destination=topic://test message=undefined type=listen topic://test is a

Fail-over and clustering architecture

2008-11-08 Thread Pete Kay
Hello, I have a question about implementing a failover and clustering architecture for Activemq. In my current architecture, I have a cluster of two Jetty servers running that serve incoming request distributed via a load balancer. I would like to enable a ajax-based consumer for the web