A blog post about virtual topics and microservices

2016-05-27 Thread Bilgin Ibryam
I had a number of customers using ActiveMQ for Microservices choreography. I wrote a blog post describing it here. http://developers.redhat.com/blog/2016/05/26/scalable-microservices-through-messaging/ Now, I also wonder, is there a similar feature to Virtual Topics in Artemis? Cheers, -- Bil

Re: Artemis as multiprotocol broker

2016-05-27 Thread Luca Capra
Hi Martyn, I will bundle the js all in a page for testing. I think the js library will try to interact with "mqtt over websockets" from the browser. (See just one line above here, https://github.com/mqttjs/MQTT.js#contributing) Is it supposed to work in Artemis? (.. Nice feature btw!) I can eith

Re: Artemis as multiprotocol broker

2016-05-27 Thread Martyn Taylor
Hi Luca, I had a play around with the JS you supplied but didn't get it working. Any chance you could browsify the test so I can run it without having a NodeJS environment set up, (A bash script would do if that's possible). I just need to see the issue in the broker. Thanks On Thu, May 26, 201

Re: [Artemis] Interaction between JMS and MQTT not working

2016-05-27 Thread Martyn Taylor
Hi BR, You're config looks OK providing you have set the OpenWire port properly on your JMS client (The default is 61616, but I see you're only opening 5445). Take a look at the default out of the box config (It's created when you run artemis create). Also, can I ask what version you are using,

Re: [Artemis] Interaction between JMS and MQTT not working

2016-05-27 Thread Blubb
Thanks, I will try that what if I want to expose MQTT to a different port than e.g. JMS? Am 27.05.2016 um 16:31 schrieb Luca Capra: Hello, I've asked a similar question a few day ago. It should work this way tcp://localhost:1883?protocols=MQTT,STOMP, Best Luca 2016-05-27 9:38 GMT+02:00 Blubb

Re: [Artemis] Interaction between JMS and MQTT not working

2016-05-27 Thread Luca Capra
Hello, I've asked a similar question a few day ago. It should work this way tcp://localhost:1883?protocols=MQTT,STOMP, Best Luca 2016-05-27 9:38 GMT+02:00 Blubb : > Hey, > > I have tried to set up messaging between an JMS and an MQTT Endpoint, but > queues of both protocols are somehow not rece

[ActiveMQ] MQTT Link Stealing not working

2016-05-27 Thread Blubb
Hey folks, according to the documentation link stealing should be allowed for MQTT Endpoints by default. Unfortunately this does not seem to be working: Whenever I try to reconnect, an exception is raised, that the client is already connected: 2016-05-27 15:12:48.547 WARN 3800 --- [.0.1:

[Artemis] Interaction between JMS and MQTT not working

2016-05-27 Thread Blubb
Hey, I have tried to set up messaging between an JMS and an MQTT Endpoint, but queues of both protocols are somehow not received by the openwire/mqtt queues. Here an excerpt out of my broker.xml: tcp://localhost:5445 vm://0 tcp://localhost:5445