-
Feature Request
-
Resolution: Done
-
Major
-
20.0.1.Final
-
None
I need to connect Wildfly 17.0.1 to a remote Artemis server. I follow the doc here: https://docs.wildfly.org/17/Admin_Guide.html#Messaging_Connect_a_pooled-connection-factory_to_a_Remote_Artemis_Server No problem for point 1 to 3. But when I follow the instruction for disabling the compatibility mode (enable-amq1-prefix) I have this error:
[standalone@localhost:9990 /] /subsystem=messaging-activemq/pooled-connection-factory=remote-artemis:write-attribute(name="enable-amq1-prefix", value="false")
{{{}}
{{ "outcome" => "failed",}}
{{ "failure-description" => "WFLYCTL0248: Invalid value false for enable-amq1-prefix; legal values are [XA_GENERIC, GENERIC, XA_T}}
OPIC, TOPIC, QUEUE, XA_QUEUE]",
{{ "rolled-back" => true}}
}
If I deploy my MDB that connects to queue myqueue, I see in artemis console my MDB is connected to jms.queue.myqueue.
I also tried to add the attribute manually but it seems it doesn't work:
<pooled-connection-factory name="remote-artemis" entries="java:/jms/remoteCF" connectors="remote-artemis" enable-amq1-prefix="false"/>
- is blocked by
-
WFLY-15214 Upgrade messaging schema to 14.0
- Closed
- is related to
-
WFLY-18396 Embedded Artemis Broker: remove compatibility mode
- Open
-
WFLY-16377 Remote Artemis queue connection requires createDurableQueue permission
- Closed