You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2018/02/22 15:29:00 UTC

[jira] [Created] (ARTEMIS-1695) Improve Stomp backwards compatibility with 5.x

Christopher L. Shannon created ARTEMIS-1695:
-----------------------------------------------

             Summary: Improve Stomp backwards compatibility with 5.x
                 Key: ARTEMIS-1695
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1695
             Project: ActiveMQ Artemis
          Issue Type: Improvement
          Components: Broker, STOMP
    Affects Versions: 2.4.0
            Reporter: Christopher L. Shannon
            Assignee: Christopher L. Shannon
             Fix For: 2.5.0


As I was testing out STOMP in Artemis vs ActiveMQ 5.x I found a few improvements to make:

 
 # ActiveMQ 5.x uses the header named "activemq.subscriptionName" for supplying a subscription name.  We should support that as well so clients don't need to change their code. 
 # Artemis doesn't create a session until the first message is published or a subscription is created.  I think we should create a session on connection after authentication is complete.  This is more in line with how CORE works and also when 5.x creates a session for a STOMP client.  
 # The Version 10 StompFrameHandler does not properly set the response to disconnect if there is an authentication error.

 

Also in ActiveMQ 5.x the prefixes "/topic/" and "/queue/" are used by default but this can already be configured by setting prefixes in Artemis so we don't need to worry about that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)