You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2021/02/08 18:49:00 UTC

[jira] [Issue Comment Deleted] (ARTEMIS-3099) Incorrect default producer-window-size on bridge in broker.xml

     [ https://issues.apache.org/jira/browse/ARTEMIS-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram updated ARTEMIS-3099:
------------------------------------
    Comment: was deleted

(was: [~lukymiv], this is a distinct issue from the one which this Jira is about. I'll open a new Jira for this.)

> Incorrect default producer-window-size on bridge in broker.xml
> --------------------------------------------------------------
>
>                 Key: ARTEMIS-3099
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3099
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.16.0
>            Reporter: Mikhail Lukyanov
>            Assignee: Justin Bertram
>            Priority: Major
>             Fix For: 2.17.0
>
>         Attachments: image-2021-02-05-11-11-30-420.png, image-2021-02-05-11-22-14-901.png, image-2021-02-08-19-37-54-534.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I deploy bridge via ActiveMQServer.deployBridge(BridgeConfiguration config) like
>  
> {code:java}
> server.deployBridge(new BridgeConfiguration()
>  .setName("myBridge")
>  .setQueueName("myQueue")
>  .setForwardingAddress("myFowardingAddress")
>  .setStaticConnectors(List.of("in-vm")));{code}
>  And default *producerWindowSize* set to -1
>  
> !image-2021-02-05-11-11-30-420.png!
> Then I set this bridge to broker.xml like
> {code:java}
> <bridges>
>  <bridge name="myBridge">
>  <queue-name>myQueue</queue-name>
>  <forwarding-address>myFowardingAddress</forwarding-address>
>  <static-connectors>
>  <connector-ref>in-vm</connector-ref>
>  </static-connectors>
>  </bridge>
>  </bridges>{code}
> And after broker reboot, I get bridge with *producerWindowSize=10485760*
> !image-2021-02-05-11-22-14-901.png!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)