Versioning of artemis native has changed since JBoss EAP 7.2.3
Issue
- The version of Artemis Native bundled with JBoss EAP appears to be rollbacked between JBoss EAP 7.2.2 and 7.2.3 or later. Is this an issue? For
activemq-artemis-native-1.0.0or later, are previous bug and security fixes included cumulatively?
zipped install:
JBoss EAP 7.2.2
$ zipinfo jboss-eap-7.2.2-patch.zip | grep artemis-native
-rw---- 2.0 fat 15336 bl defN 19-May-17 17:08 layer-base-jboss-eap-7.2.2.CP/modules/org/apache/activemq/artemis/journal/main/lib/linux-i686/libartemis-native-32.so
-rw---- 2.0 fat 19264 bl defN 19-May-17 17:08 layer-base-jboss-eap-7.2.2.CP/modules/org/apache/activemq/artemis/journal/main/lib/linux-x86_64/libartemis-native-64.so
-rw---- 2.0 fat 34559 bl defN 19-May-17 17:08 layer-base-jboss-eap-7.2.2.CP/modules/org/apache/activemq/artemis/journal/main/artemis-native-2.6.3.redhat-00020.jar <<<===
JBoss EAP 7.2.3
$ zipinfo jboss-eap-7.2.3-patch.zip | grep artemis-native
-rw---- 2.0 fat 16760 bl defN 19-Jul-22 10:55 layer-base-jboss-eap-7.2.3.CP/modules/org/apache/activemq/artemis/journal/main/lib/linux-i686/libartemis-native-32.so
-rw---- 2.0 fat 20224 bl defN 19-Jul-22 10:55 layer-base-jboss-eap-7.2.3.CP/modules/org/apache/activemq/artemis/journal/main/lib/linux-x86_64/libartemis-native-64.so
-rw---- 2.0 fat 22465 bl defN 19-Jul-22 10:55 layer-base-jboss-eap-7.2.3.CP/modules/org/apache/activemq/artemis/journal/main/activemq-artemis-native-1.0.0.00003-redhat-00001.jar <<<===
rpm install:
JBoss EAP 7.2.2
$ rpm -qpl eap7-activemq-artemis-native-2.6.3-5.redhat_00020.1.el7eap.noarch.rpm
/opt/rh/eap7/root/usr/share/java/artemis-native-2.6.3.redhat-00020.jar
...
JBoss EAP 7.2.3
$ rpm -qpl eap7-activemq-artemis-native-1.0.0.00003-2.redhat_00001.1.el7eap.noarch.rpm
/opt/rh/eap7/root/usr/share/java/activemq-artemis-native-1.0.0.00003-redhat-00001.jar
...
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.2.3
- Active MQ Artemis
- 2.7.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.