- 
        1. Re: Stomp: durable-subscriber-name or durable-subscription-name?jmesnil Mar 8, 2010 4:33 AM (in response to mjustin)Good catch! I copied the Stomp interface from StompConnect project and I didn't spot the typo. I'll change the header name to durable-subscriber-name to comply with the spec and fill a bug in StompConnect project so they also fix it. thanks, jeff 
- 
        2. Re: Stomp: durable-subscriber-name or durable-subscription-name?mjustin Mar 14, 2010 11:35 AM (in response to jmesnil)Thank you for the fix! Now I am running into a strange problem. The StompTest testDurableSubscriberWithReconnection works fine and I can verify in JConsole that the test topic has DurableSubscriptionCount = 1. Solved - I started the wrong server for my tests ... Michael 
- 
        3. Re: Stomp: durable-subscriber-name or durable-subscription-name?jmesnil Mar 15, 2010 2:13 PM (in response to mjustin)Hi michael, just to let you know: I'm deep down working on HornetQ integration in AS6 at the moment but we identified several performance issues in the Stomp code during our team meeting. Once I finish working on the integration, I'll look again at Stomp code to improve its perf. 
- 
        4. Re: Stomp: durable-subscriber-name or durable-subscription-name?mjustin Mar 20, 2010 7:15 AM (in response to jmesnil)Hi Jeff, many thanks for the update, I will try to test the AS6 (or AS5) integration and blog about Delphi / AS integration using HornetQ. Regards, Michael 
 
    