WildFly 10 introduces the new JMS 2.0 implementation from Java EE 7. There are new good features in these specifications ranging from easier client writing and streamlined APIs to new messaging features.
JMS was always the object to review in the history of JBoss application server. Since the 2.x version, JBoss used open source products developed internally by the community, starting from JBoss MQ, JBoss Messaging, and HornetQ arriving until ActiveMQ.
Differently by the last engines, ActiveMQ called Artemis as an opensource product provided by the Apache community as well. It fully implements the JMS 2.0 specs. A custom ActiveMQ extended version, the 1.1.0.wildfly-017, is imported in WildFly and managed through the wrapper project wildfly-messaging-activemq.
Following are the features of ActiveMQ:
- It has a full feature set of tools for messaging systems...