Re: Problem with MQTT pattern subscription in a cluster

2016-10-17 Thread Antoine Toulme
I have filed an issue to follow up: https://issues.apache.org/jira/browse/ARTEMIS-806 Please let me know if and how I can help further. Thanks! Antoine > On Oct 15, 2016, at 12:32 AM, Antoine Toulme wrote: > > I have managed to reproduce th

Re: Problem with MQTT pattern subscription in a cluster

2016-10-15 Thread Antoine Toulme
I have managed to reproduce the issue by adjusting the symmetric cluster example. Here is the code: https://github.com/atoulme/activemq-artemis/tree/mqtt_cluster_test2 With this code, I see that messages are sent, but none ar

Re: Problem with MQTT pattern subscription in a cluster

2016-10-14 Thread Antoine Toulme
I have a test showing a cluster using MQTT, but it passes. Either the test is bogus, the issue is intermittent, the issue was fixed since 1.4.0 and/or my cluster configuration is wrong. Previously, I have found the issue to be intermittent. Please feel free to take a look at the test. If it loo

Re: Problem with MQTT pattern subscription in a cluster

2016-10-14 Thread Antoine Toulme
> On Oct 14, 2016, at 3:01 AM, Martyn Taylor wrote: > > As a quick check can you tell me what message-load-policy you have > configured on your cluster connection. Could you try setting this to > STRICT? It was unset, I tried setting to STRICT. That didn’t change the behavior. > > If that does

Re: Problem with MQTT pattern subscription in a cluster

2016-10-14 Thread Martyn Taylor
As a quick check can you tell me what message-load-policy you have configured on your cluster connection. Could you try setting this to STRICT? If that doesn't work a reproducer would be the best thing to provide. I can manage to get somewhere with the modified cluster test, send a PR and I'll t