Re: ActiveMQ WebSockets not working

2011-12-15 Thread jmls
did you ever get it working ? We've hit exactly the same problem -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-WebSockets-not-working-tp4099533p4199485.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ WebSockets not working

2011-12-15 Thread jmls
that's great. Will test the snapshot tomorrow. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-WebSockets-not-working-tp4099533p4200330.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Apollo and websockets

2011-12-15 Thread jmls
Are websocket connections supported by Apollo yet ? Really want to start using Apollo for stomp, but have some javascript (websocket) clients. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Apollo-and-websockets-tp4200336p4200336.html Sent from the ActiveMQ - User

activemq won't start with jre 1.7

2012-11-06 Thread jmls
Windows 7, 64 bit. My machine rebooted recently, and now ActiveMQ refuses to start. The following is in the wrapper log STATUS | wrapper | 2012/11/06 16:47:28 | Launching a JVM... INFO | jvm 3| 2012/11/06 16:47:29 | Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' IN

Re: activemq won't start with jre 1.7

2012-11-06 Thread jmls
I did mention as an edit to the original post that I am runnin 5.8 snapshot. thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-won-t-start-with-jre-1-7-tp4658849p4658854.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq won't start with jre 1.7

2012-11-06 Thread jmls
urgh. I changed the wrapper.conf to use a 1.6 jre, and the service now starts I do think that it's a bit of a shame that ActiveMQ does not support 1.7 (which is being updated automatically on most windows machines) and that there is no notice or warning Thanks for your help, however. At least I'm

Re: activemq won't start with jre 1.7

2012-11-07 Thread jmls
hey, thanks for the interest. Did you have any luck in getting this to work ? -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-won-t-start-with-jre-1-7-tp4658849p4658974.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

rest, temporary queues and selector

2011-08-08 Thread jmls
I am having one hell of a time trying to get this combination working :( Having battled most of the night and all morning, I've thrown in the towel and decided to beg for help. I'm no longer proud :) Is there any documentation on how to 1) create a temporary queue 2) or create a queue that expir

request / response with REST and STOMP

2011-08-15 Thread jmls
I have two clients, a REST and a STOMP. The rest client needs to send a request to activemq and wait for a response from the stomp client Does anyone have any clue on how to do this ? I really don't want to have a JMS client in the picture. thanks ! -- View this message in context: http://acti

camel and email

2011-08-21 Thread jmls
I am wanting to be able to poll my gamail account, process all unread messages and send them to either a queue or a topic. everytime I try to add a route to camel.xml the service fails to start. What is wrong with this ? test mail -- View this message in