Hi, I'm using paho client to connect to Artemis using the MQTT protocol. My test case is:
- Send 50k messages to the broker - Connect 1 subscriber and start consuming the messages Some messages aren't delivered and I need to restart the consumer for them to be consumed. I saw a topic regarding Apollo ( http://activemq.2283324.n4.nabble.com/Cannot-receive-every-message-by-mqtt-protocol-td4712595.html#a4712604) but it didn't found a solution there. Can you help me understand what is wrong here? Thanks in advance, Raul