[
https://issues.jboss.org/browse/WFLY-9407?page=com.atlassian.jira.plugin....
]
Seckin Pulatkan commented on WFLY-9407:
---------------------------------------
Hi [~jmesnil] We were using Wildfly 13.0.0 Final with remote connector to Artemis 2.6.2
server with following change on broker.xml
{code:xml|title=broker.xml acceptor definition}
<acceptor
name="artemis">tcp://0.0.0.0:61616?anycastPrefix=jms.queue.;multicastPrefix=jms.topic.;
{code}
We wanted to upgrade to Wildfly 15.0.1 Final but we noticed that topics are created with
prefix "jms.topic." . I tried to find a configuration to disable it but it did
not work
{code:xml|title=standalone.xml system property}
<property
name="org.apache.activemq.artemis.api.jms.ActiveMQJMSClient.enable1xPrefixes"
value="false" />
{code}
With WFLY-9407, it seems this flag is set to true explicitly (ActiveMQResourceAdapter
constructor and ConnectionFactoryAdd.createConfiguration method). And still it is true on
master branch. Will this be the case on all future releases of Wildfly or will there be a
configuration to disable 1x prefixes? Since we had the topics and queues without the
prefix on our active environments, we would like to use without prefix. For consumers, we
can set topicPrefix as ActivationConfigProperty but while producing the message, the
messages are being set to the topic with "jms.topic." prefix.
Upgrade Artemis 2.6.3.jbossorg-001
----------------------------------
Key: WFLY-9407
URL:
https://issues.jboss.org/browse/WFLY-9407
Project: WildFly
Issue Type: Component Upgrade
Components: JMS
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Major
Labels: downstream_dependency
Fix For: 14.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)