I have a setup where messages are produced as MQTT to ActiveMQ. I have two consumers one as JMS and another MQTT.
When I am publishing message as JMS Message (using custom code or by clicking "Send To" from ActiveMQ web console topics tab) to the topic "foo", I am receiving the messages at both JMS and MQTT consumers, but when I am publishing as MQTT on the same topic I receive the message only on MQTT consumer and nothing at all is received at JMS consumer. Is there something I need to do specifically when publishing as MQTT to be able to consume as MQTT as well as JMS. I am using ActiveMQ 5.7.0. Custom code as JMS producer and consumer and Node-RED for MQTT clients. Please help. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-Produce-from-MQTT-and-consume-as-MQTT-and-JMS-in-ActiveMQ-tp4697467.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.