Configuring MQTT setting on ActiveMQ-Artemis

2017-08-23 Thread Martin Eden
Hi, I am evaluating ActiveMQ-Artemis v 2.1.0 as a MQTT 3.1.1 broker. I am coming from having used MQTT only brokers in the past like Mosquitto. Usually MQTT only brokers have some standard settings. Two of these settings that I am particularly interested in for my application are: -

Re: Connection to activemq broker is lost within one second

2017-05-24 Thread Martin Eden
Hi, On my side. I was doing an integration test as I said earlier. As part of the integration test I was injecting a fault in the framework I am running the app within. Again my app is just reading from an MQTT topic, doing some processing and writing out in another topic. It turned out that as

Re: Connection to activemq broker is lost within one second

2017-05-22 Thread Martin Eden
Thanks Morgan, In the end I figured out that the threads were killed and started by the code on my side hence the constant retries. Sorry for all the noise about this. M On Thu, May 18, 2017 at 4:51 PM, Morgan wrote: > MartinEden do you have the Inactivity Monitor

Re: [Apachecon] Artemis presentation today

2017-05-17 Thread Martin Eden
Hi Clebert, Would be great if you could repost here once you have a link to the recording. Much appreciated, M On Wed, May 17, 2017 at 7:42 PM, Clebert Suconic wrote: > There was a camera recording the event. > > However I don't know how to recover the recording

Re: Connection to activemq broker is lost within one second

2017-05-17 Thread Martin Eden
Hi, Related to what Ragoubi is experiencing, I posted a message a few days ago with this title: *Experiencing constant reconnects with paho Java client v1.1.1 and broker Active MQ 5.14.3.* I am basically seeing constant reconnects for both MqttClient instances (one subscriber and one publisher)

Increasing MQTT redeliver timeout on Active MQ 5.14.3 broker

2017-05-11 Thread Martin Eden
Hi all, I am using Active MQ 5.14.3 as an MQTT broker. I am talking to it using the paho java client v1.1.1. My application uses a paho MQTT client to subscribe to a certain topic. I am also setting manual acks so when it gets a callback (each time a msg arrives) it does not ack immediately the

Experiencing constant reconnects with paho client v1.1.1 and broker Active MQ 5.14.3

2017-05-11 Thread Martin Eden
Hi everyone, I am experiencing constant reconnects from my paho MQTT subscriber and publisher clients running inside a JVM on my Mac talking to a Active MQ instance running in Virtual BOX also on my Mac. The protocol is MQTT. It is an integration test where I am trying to test a simple app that