[GitHub] activemq-artemis issue #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-22 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/653 @jbertram I noticed this when looking at unsubscribe:

[GitHub] activemq-artemis issue #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-22 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/653 There's a handful of Stomp subscriber tests running without issues. Can you clarify a bit on what is broken. If you can outline a specific use-case then I can write a test for it. ---

[GitHub] activemq-artemis issue #653: ARTEMIS-548 Stomp durable sub unsubscrbe

2016-07-22 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/653 @jbertram It looks like subscribe in STOMP is broker completely. It might be worth looking at it before we rework unsubscribe. The subscription queues are not unique across connections.