]
Miroslav Novak reassigned WFLY-11145:
-------------------------------------
Assignee: ehsavoie Hugonnet (was: Jeff Mesnil)
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...