Can you please submit a bug for this in JIRA?
Thanks,
Tim
On Wed, Nov 7, 2018, 11:38 AM crux Sorry to reply to my own post. As I was doing more digging. I narrowed it
> down to the fact that this will only occur when then transport subscription
> strategy is set to mqtt-virtual-topic-subscriptio
Sorry to reply to my own post. As I was doing more digging. I narrowed it
down to the fact that this will only occur when then transport subscription
strategy is set to mqtt-virtual-topic-subscriptions and clean session is
false. I'd be happy to add a test case, but I'm not sure where it should
liv
Hi,
I'm trying to connect a mosquitto broker in bridge mode to an activemq
broker using MQTT. My mosquitto bridge is using a dirty session (i.e. Clean
Session = 0), and is subscribed to a wildcard topic (i.e. +/messages).
Whenever a message is published that matches the subscription
(foo/messages)