Re: Cannot setup secure web sockets with activemq mqtt

2017-07-03 Thread itsebriy
erved the certificate for web sockets and certificate for https has to be the same! Otherwise there will be "Connection refused error". -- View this message in context: http://activemq.2283324.n4.nabble.com/Cannot-setup-secure-web-sockets-with-activemq-mqtt-tp4727995p4728191.htm

Re: Cannot setup secure web sockets with activemq mqtt

2017-06-29 Thread Tim Bain
, and > 2) it's an awful thing to do even if it would work. > > Tim > > > > -- > View this message in context: http://activemq.2283324.n4.nab > ble.com/Cannot-setup-secure-web-sockets-with-activemq- > mqtt-tp4727995p4728050.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > >

Re: Cannot setup secure web sockets with activemq mqtt

2017-06-29 Thread Tim Bain
ou might be planning on doing that, and 1) it won't work, and 2) it's an awful thing to do even if it would work. Tim -- View this message in context: http://activemq.2283324.n4. nabble.com/Cannot-setup-secure-web-sockets-with-activemq-mqtt- tp4727995p4728050.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Cannot setup secure web sockets with activemq mqtt

2017-06-29 Thread itsebriy
algorithm and that's it. -- View this message in context: http://activemq.2283324.n4.nabble.com/Cannot-setup-secure-web-sockets-with-activemq-mqtt-tp4727995p4728058.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Cannot setup secure web sockets with activemq mqtt

2017-06-29 Thread itsebriy
://activemq.2283324.n4.nabble.com/Cannot-setup-secure-web-sockets-with-activemq-mqtt-tp4727995p4728050.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Cannot setup secure web sockets with activemq mqtt

2017-06-28 Thread Tim Bain
Does the browser trust your broker's self-signed cert? It looks like it doesn't... Tim On Jun 28, 2017 12:08 PM, "itsebriy" wrote: > Hi All, > > I am trying to make secure web sockets to work with activeMQ and have > not > been able to do that yet.

Cannot setup secure web sockets with activemq mqtt

2017-06-28 Thread itsebriy
Hi All, I am trying to make secure web sockets to work with activeMQ and have not been able to do that yet. My mqttContext.xml looks as following : I am using self signed

Re: web sockets

2014-02-24 Thread dild2681
I am also facing same problem as 'Whoops! Lost connection to ws://localhost:61614/stomp' -- View this message in context: http://activemq.2283324.n4.nabble.com/web-sockets-tp2965378p4678280.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Java, Stomp, & Web Sockets

2013-05-23 Thread Christian Posta
> > > > > > > > > > > > On Tue, May 21, 2013 at 1:52 PM, Hereen Oh wrote: > > > > > Hi Christian, > > > > > > Thanks for responding. > > > > > > Unfortunately the server side messaging infrastructure to which we are > >

Re: Java, Stomp, & Web Sockets

2013-05-22 Thread Paddy Carman
, 2013 at 1:52 PM, Hereen Oh wrote: > > > Hi Christian, > > > > Thanks for responding. > > > > Unfortunately the server side messaging infrastructure to which we are > > trying to connect only exposes Web Sockets that utilize the Stomp > protocol. > > > >

Re: Java, Stomp, & Web Sockets

2013-05-21 Thread Christian Posta
h some other suggestions... On Tue, May 21, 2013 at 1:52 PM, Hereen Oh wrote: > Hi Christian, > > Thanks for responding. > > Unfortunately the server side messaging infrastructure to which we are > trying to connect only exposes Web Sockets that utilize the Stomp pr

Re: Java, Stomp, & Web Sockets

2013-05-21 Thread Hereen Oh
Hi Christian, Thanks for responding. Unfortunately the server side messaging infrastructure to which we are trying to connect only exposes Web Sockets that utilize the Stomp protocol. How can my Java client use the JMS API to communicate with that server side infrastructure? Thanks, -h On

Re: Java, Stomp, & Web Sockets

2013-05-21 Thread Christian Posta
en jms and stomp > (like stompjms (https://github.com/fusesource/stompjms) or stompj ( > http://code.google.com/p/stompj/)? > > What is the recommended solution for using Java with ActiveMQ's web > sockets? > > Any info would be appreciated. > Thanks, > -h > > > > -- > @goStormpath > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Java, Stomp, & Web Sockets

2013-05-21 Thread Hereen Oh
t of bridging component between jms and stomp (like stompjms (https://github.com/fusesource/stompjms) or stompj ( http://code.google.com/p/stompj/)? What is the recommended solution for using Java with ActiveMQ's web sockets? Any info would be appreciated. Thanks, -h -- @goStormpath

Re: web sockets

2010-10-07 Thread Bobby Richards
I wish I could tell why one is working and one is not, more than likely different versions of chrome I guess. Thanks for the reply On Thu, Oct 7, 2010 at 4:56 AM, Dejan Bosanac wrote: > Hi Bobby, > > I just revisited websocket and it seems somewhat broken. We'll need to > give it more attention

Re: web sockets

2010-10-07 Thread Dejan Bosanac
Hi Bobby, I just revisited websocket and it seems somewhat broken. We'll need to give it more attention soon. Any help (diagnosing, testing, coding) is greatly appreciated. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action -

web sockets

2010-10-06 Thread Bobby Richards
I was able to get the stomp-websocket demo running on one machine no problem. However, I went through the same steps on two machines, one nearly identical (i know, i know), one not, and am unable to get the same out of the box functionality. The machine that it is working on is running fedora 11

Stomp over Web Sockets

2010-02-22 Thread Dejan Bosanac
Just for your info, the initial WebSocket protocol is implemented in the trunk http://www.nighttale.net/activemq/activemq-54-stomp-over-web-sockets.html More work and documentation in this area is coming. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fuses