]
Jeff Mesnil closed WFLY-7620.
-----------------------------
Resolution: Rejected
Core bridge is possible to create without forwarding-address
------------------------------------------------------------
Key: WFLY-7620
URL:
https://issues.jboss.org/browse/WFLY-7620
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.1.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Minor
Core bridge is possible to create without forwarding-address:
{code}
[standalone@localhost:9990 /]
/subsystem=messaging-activemq/server=default/bridge=b:add(producer-window-size=-12,discovery-group=dg-group1,
queue-name=jms.queue.DLQ)
{"outcome" => "success"}
{code}
It should be required parameter and such command should fail.
Additionally producer-window-size should not allow to set value -12.