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
Post a Comment