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/stomp/StompTest.java#L271 Regards, Domenico Il giorno gio 9 lug 2020 alle ore 15:08 Eark Hrafn <euass...@gmail.com> ha scritto: > 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 without major > release. > > How to route messages from MQTT topics to STOMP addresses? Is there any > built-in routing configuration available? Not able to find detailed routing > information from default documentation. > > PS: The Nabble Forum is restricted for posting, IRC couldn't let me in, > Slack channel is for @apache.org users only, woot woot! > > Best Regards, > Eark >