[
https://issues.apache.org/jira/browse/ARTEMIS-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Clebert Suconic closed ARTEMIS-3108.
------------------------------------
> Bridge XML config doesn't allow -1
> ----------------------------------
>
> Key: ARTEMIS-3108
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3108
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Fix For: 2.17.0
>
> Attachments: image-2021-02-08-19-37-54-534.png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When starting a broker with a *producer-window-size* value =-1
> (DEFAULT_BRIDGE_PRODUCER_WINDOW_SIZE in
> org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration).
> an error occurs
>
> {code:xml}
> <bridge name="bridge1">
> <queue-name>QueueName</queue-name>
> <forwarding-address>AddressName</forwarding-address>
> <producer-window-size>-1</producer-window-size>
> <static-connectors>
> <connector-ref>connector1</connector-ref>
> </static-connectors>
> </bridge>
> {code}
> !image-2021-02-08-19-37-54-534.png!
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)