Configuring messaging guide contains incorrect Artemis version in [1]:
The Artemis resource adapter that is included with JBoss EAP uses the ActiveMQ Artemis JMS Client 1.5.5. This client requires anycastPrefix and multicastPrefix prefixing on the address. It also expects the queue name to be the same as the address name.
It should be changed to:
The Artemis resource adapter that is included with JBoss EAP uses the ActiveMQ Artemis JMS Client 2.x. This client requires anycastPrefix and multicastPrefix prefixing on the address. It also expects the queue name to be the same as the address name.
- clones
-
JBEAP-16732 Documentation - bad artemis version in Configuring Messaging guid
- Closed