mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 19:45:55 +00:00
d38c5906f6
Added two new properties for configuration to a network bridge, advisoryPrefetchSize and advisoryAckPercentage. By default advisoryPrefetchSize is set to 0, which is disabled, and will use the prefetchSize value unless otherwise set. Also added validation to prefetchSize to make sure it is greater than 0 as 0 is not allowed. (cherry picked from commit 297eadf7461fe4043c81c6f8d806a7c61b680731)