You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/02/05 15:52:00 UTC

[jira] [Work logged] (ARTEMIS-3099) Incorrect default producer-window-size on bridge in broker.xml

     [ https://issues.apache.org/jira/browse/ARTEMIS-3099?focusedWorklogId=548717&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-548717 ]

ASF GitHub Bot logged work on ARTEMIS-3099:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Feb/21 15:51
            Start Date: 05/Feb/21 15:51
    Worklog Time Spent: 10m 
      Work Description: jbertram opened a new pull request #3433:
URL: https://github.com/apache/activemq-artemis/pull/3433


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 548717)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>         Attachments: image-2021-02-05-11-11-30-420.png, image-2021-02-05-11-22-14-901.png
>
>          Time Spent: 10m
>  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)