You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/03/07 13:28:34 UTC

[GitHub] [cxf] reta commented on pull request #919: Switching to ActiveMQ Artemis

reta commented on pull request #919:
URL: https://github.com/apache/cxf/pull/919#issuecomment-1060687601


   @coheigea @rmannibucau referring @jimma comment, the ActiveMQ Classic does not support Jakarta nor JMS 2.0+, so we have 2 + 1 choices here: 
    - migrate to ActiveMQ Artemis (JMS 1.1 & 2.0 + Jakarta Messaging 2.0 & 3.0)
    - drop JMS transport altogether 
    - ask ActiveMQ guys to provide JMS 1.1 & 2.0 + Jakarta Messaging 2.0 & 3.0 for Classic (I hope we won't consider "patching" of ActiveMQ artifacts in CXF) or evaluate if TomEE approach applies to CXF
   
   @coheigea Regarding SAML changes, those are introduced by WSS4J / SAML 4.x updates, the Joda dependencies are gone in favor of Java Standard Library.
   
   @coheigea @rmannibucau I could revert the ActiveMQ Artemis change (although our JMS transport depends on API only, the tests exercise against the brokers), please let me know what do you think, thanks!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org