Re: ACTIVEMQ ARTEMIS - MQTT TO STOMP

2020-07-09 Thread Domenico Francesco Bruscino
Hi Eark, messages published by a MQTT client can be received by a STMP client by default. You can take a look at the integration test sendMQTTReceiveSTOMP: https://github.com/apache/activemq-artemis/blob/2.13.0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/st

ACTIVEMQ ARTEMIS - MQTT TO STOMP

2020-07-09 Thread Eark Hrafn
Hello everyone, We have Mosquitto bridge client publishing messages to ActiveMQ Artemis MQTT topics. This setup is working fine and we are receiving messages in a MQTT client. However, the other subscriber system only supports STOMP protocol at the moment and can't be extended to accept MQTT witho

Re: Sequentually handling messages within queues

2020-07-09 Thread Domenico Francesco Bruscino
Hi Kristinn, the only way to set a STOMP consumer windows size on ActiveMQ Artemis is to set the property `stompConsumerCredits` in the STOMP acceptor, ie ie the following acceptor will set consumerWindowSize[1] = 1024 bytes for all STOMP clients connected: tcp://localhost:61613?protocols=STOMP;s