[
https://issues.jboss.org/browse/WFLY-7620?page=com.atlassian.jira.plugin....
]
Jeff Mesnil moved JBEAP-7383 to WFLY-7620:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7620 (was: JBEAP-7383)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: JMS)
Affects Version/s: 10.1.0.Final
(was: 7.1.0.DR8)
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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)