[jboss-jira] [JBoss JIRA] (WFLY-9407) Upgrade Artemis 2.6.3.jbossorg-001

Seckin Pulatkan (Jira) issues at jboss.org
Wed Mar 20 05:52:00 EDT 2019


    [ https://issues.jboss.org/browse/WFLY-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13710760#comment-13710760 ] 

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)


More information about the jboss-jira mailing list