Re: Using Topics and Queues for both Java-based and Node.js-based services

2017-12-13 Thread Tim Bain
There are Javascript libraries for the STOMP ( http://activemq.apache.org/stomp.html) protocol, though I can't vouch for or recommend any of them specifically. Tim On Dec 13, 2017 2:22 AM, "Adrian Brown" wrote: > I think RabbitMQ let’s you map MQTT topics to AMQP can remember for sure > but ha

Re: Using Topics and Queues for both Java-based and Node.js-based services

2017-12-13 Thread Adrian Brown
I think RabbitMQ let’s you map MQTT topics to AMQP can remember for sure but have a look at https://www.rabbitmq.com/mqtt.html On Wed, 13 Dec 2017 at 8:04 pm, Ulf Lilleengen wrote: > On 12. des. 2017 22:50, Jeroen van Ooststroom wrote: > > Hello, > > > > Coming back to the discussion on the apa

Re: Using Topics and Queues for both Java-based and Node.js-based services

2017-12-13 Thread Ulf Lilleengen
On 12. des. 2017 22:50, Jeroen van Ooststroom wrote: Hello, Coming back to the discussion on the apache-activemq IRC channel of possible Topics and Queues when using ActiveMQ’s MQTT service. First a bit of history then. We’ve have been using multiple Java-based services for quite a bit of ye