[
https://issues.jboss.org/browse/WFLY-11145?page=com.atlassian.jira.plugin...
]
Miroslav Novak updated WFLY-11145:
----------------------------------
Description:
It's not possible to configure acceptor with {{multicastPrefix=jms.topic.}} and
{{anycastPrefix=jms.queue."}}.
Problem is that those 2 parameters must be set to {{extraProps}} variable in
TransportConfiguration:
https://github.com/apache/activemq-artemis/blob/a6b0b7e44291a76d6732c20b9...
however in messaging integration we don't call TransportConfiguration constructor with
extreProps map:
https://github.com/wildfly/wildfly/blob/47b1db08fadb745706df7ba411db4f725...
Ideally this CLI command should configure acceptor with anycast/multicast prefixes:
{code}
/subsystem=messaging-activemq/server=default/acceptor=acceptor:add(socket-binding=http,factory-class=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,params={protocols="CORE",multicastPrefix="jms.topic",anycastPrefix="jms.queue"})
{code}
was:
It's not possible to configure acceptor with {{multicastPrefix=jms.topic.}} and
{{anycastPrefix=jms.queue."}}.
Problem is that those 2 parameters must be set to {{extraProps}} variable in
TransportConfiguration:
https://github.com/apache/activemq-artemis/blob/a6b0b7e44291a76d6732c20b9...
however in messaging integration we don't call TransportConfiguration constructor with
extreProps map:
https://github.com/wildfly/wildfly/blob/47b1db08fadb745706df7ba411db4f725...
multicastPrefix and anycastPrefix cannot be set
-----------------------------------------------
Key: WFLY-11145
URL:
https://issues.jboss.org/browse/WFLY-11145
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 14.0.0.Final
Reporter: Miroslav Novak
Assignee: ehsavoie Hugonnet
Priority: Major
It's not possible to configure acceptor with {{multicastPrefix=jms.topic.}} and
{{anycastPrefix=jms.queue."}}.
Problem is that those 2 parameters must be set to {{extraProps}} variable in
TransportConfiguration:
https://github.com/apache/activemq-artemis/blob/a6b0b7e44291a76d6732c20b9...
however in messaging integration we don't call TransportConfiguration constructor
with extreProps map:
https://github.com/wildfly/wildfly/blob/47b1db08fadb745706df7ba411db4f725...
Ideally this CLI command should configure acceptor with anycast/multicast prefixes:
{code}
/subsystem=messaging-activemq/server=default/acceptor=acceptor:add(socket-binding=http,factory-class=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,params={protocols="CORE",multicastPrefix="jms.topic",anycastPrefix="jms.queue"})
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)