Hi Pete,
you have to add a poll handler in order to successfully subscribe to a
destination. Also, if you are sending to topics, it is good idea to add
a timeout, between subscribing and sending. Attached is an example that
works (to some point at least). It seems to get every other message.
I'll
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