Home  >  Article  >  ActiveMQ Classic JMS version compliance?

ActiveMQ Classic JMS version compliance?

PHPz
PHPzforward
2024-02-22 12:28:27278browse

php editor Xiaoxin will answer questions about the compliance of the ActiveMQ Classic JMS version in this issue of java Q&A. ActiveMQ Classic JMS is a popular messaging middleware, but you may encounter version compliance issues during use. Through this article, we will discuss the version compliance of ActiveMQ Classic JMS to help readers better understand and solve related issues.

Question content

Which version of JMS is ActiveMQ Classic 5.x compatible with? My impression is that the answer is 1.1.

What version of JMS is ActiveMQ Classic 6.x compatible with? My impression is that the answers are 1.1 and 2.0.

Additionally, this page indicates that 6.x supports JDK 17. I guess this means we can't run 6.x on JDK 11 (or lower), right?

I can see that the latest 5.x says it is compatible with Java 11, so I assume it will run fine on JDK 11 or higher, right? (See here)

Workaround

The latest versions of ActiveMQ Classic 5.x and 6.x fully implement JMS 1.1 and partiallyimplement JMS 2. For more details on JMS 2 support, see this page.

If you need a fully compatible JMS 2 implementation, I recommend checking out ActiveMQ Artemis.

Starting from 5.17.0, ActiveMQ Classic supports JDK 11 and higher.

Starting from 6.0, ActiveMQ Classic supports JDK 17 and higher. It won't run on JDK 11.

The above is the detailed content of ActiveMQ Classic JMS version compliance?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:stackoverflow.com. If there is any infringement, please contact admin@php.cn delete