-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Auto-create-jms-queue feature of EAP 7.1 creates runtime queues with name pattern "jms.queue.<QUEUE_NAME>".
With Artemis 2.5, auto-create-queue is a successor of deprecated auto-create-jms-queue feature. Auto-create-queue creates queues with name pattern "<QUEUE_NAME>".
session.createQueue("testQueue") --> "jms.queue.testQueue" (EAP 7.1 + Artemis 1.5, auto-create-jms-queue=true) --> "testQueue" (Artemis 2.5, auto-create-queue=true)
This feature is not supported.
Issue was hit with Artemis 2.5.0 with https://github.com/jmesnil/wildfly/tree/WFLY-9407_upgrade_artemis_2.4.0_with_prefix (commit 51dd8102f103ccb0470a3cfc8713d3f9bdb1b65d)
- clones
-
WFWIP-115 [Artemis 2.x Upgrade] Auto-create-queue creates runtime queue without jms.queue prefix
- Resolved
- is duplicated by
-
ENTMQBR-1901 [Artemis 2.x Upgrade] Client is not able to instantiate destinations by names
- Closed
-
WFWIP-95 [Artemis 2.x Upgrade] Client is not able to instantiate destinations by names
- Closed
- is related to
-
WFWIP-19 auto-[create|delete]-jms-queues are not supported in Artemis 2.4
- Resolved
-
WFLY-10320 Upgrade artemis from 1.5.x to 2.x.x
- Closed