Re: Cannot receive every message by mqtt protocol

2016-06-03 Thread Timothy Bish
There isn't really any active development on Apollo these days, I'd suggest you try either the ActiveMQ 5.13.3 release or try out the new ActiveMQ Artemis broker which are both being actively maintained. On 06/03/2016 05:49 AM, elvis wrote: Hi, I use sample code of Paho Project java library a

Server complains that client has disconnected (after proper disconnect)

2016-06-03 Thread Michal Zerola
Hi, we are trying to test performance of the Artemis 1.3.0-SNAPSHOT using Qpid JMS 1.0 client (version 0.9.0). The client is quite straightforward, it opens 3 senders (each in separate thread) and each of them sends messages to the same address, however with a different JMSType. Server diverts the

Cannot receive every message by mqtt protocol

2016-06-03 Thread elvis
Hi, I use sample code of Paho Project java library as my subscriber and publisher ( Sample.java and MqttPublishSample