I have a scenario in which I have MQTT publisher.
MQTT Client --> Message Broker --> WSO2 CEP (JMS input adaptor)
What are the ways by which I can get this published MQTT message as input to WSO2 CEP?
I tried using ActiveMQ as a message broker and a CEP JMS input adaptor listening to JMS message but ActiveMQ transforms MQTT message as ByteMessage, I believe CEP does not handles it as of now, as JMS messages published in the same setup is working fine.
I know WSO2 CEP 4.0.0 has a feature of MQTT input adaptor. How can I handle it in CEP 3.1.0?