Camel PAHO routes not receiving offline messages while connecting back
问题 I'm using apache camel xml based paho routes for the subscription, publication process. While online, everything works fine. But I'm not able to receive the offline message. I have set the following., Constant Client ID Clean Session is FALSE, Both subscribed & published with QoS 2 With the standalone Program, it's getting all the offline messages. With the camel route it's not happening. 回答1: Finally, I was able to solve this one manually. Camel PAHO Client is not populating the callback