Re: Invalid MQTT Publish Behavior

2018-11-08 Thread Tim Bain
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

Re: Invalid MQTT Publish Behavior

2018-11-07 Thread 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-subscriptions and clean session is false. I'd be happy to add a test case, but I'm not sure where it should liv

Invalid MQTT Publish Behavior

2018-11-07 Thread crux
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)