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
functions)
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 o
Hi,
I followed the integration doc on the jetty website and I am able to send
message from javascript to activemq, but when I fire a message to ActiveMQ,
the ajax code is not able to response to any incoming message.
>From the ActiveMQ, I can see that the message is being sent to ActiveMQ no
prob
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
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
clients