Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/672
  
    This is much better... now the only thing wrong is the versioning.
    
    There's no need to add any fields. When the client connects to the server 
it will set the versionID when the session is created.
    
    
    You just need to increase the versionID. Check if the client.version is >= 
the supported version (You will need to create some constant for that on the 
Packet.. liker version created or so)... and only send the kill if the client 
understands this command.
    
    
    This is important not only for legacy support, but even to support 1.0, 
1.1, 1.2 and 1.3 when we release 1.4+.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to