hornetq - Is it possible to publish messages using JMS API and consume them using MQTT? -


given abctopic topic on artemis (previously hornetq) mq server, internally represented jms.topic.abctopic address.
can somehow subscribe mqtt client topic ? problem see when i'm subscribing topic, internally becomes address prefixed $sys.mqtt (org.apache.activemq.artemis.core.protocol.mqtt.mqttutil#mqtt_address_prefix) result in impossibility connect jms.topic.abctopic.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -