You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2021/02/09 21:24:03 UTC

[jira] [Closed] (ARTEMIS-3074) Add ActiveMQServerControl#createBridge() method variant which accepts the callTimeout attribute

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

Clebert Suconic closed ARTEMIS-3074.
------------------------------------

> Add ActiveMQServerControl#createBridge() method variant which accepts the callTimeout attribute
> -----------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3074
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3074
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 2.16.0
>            Reporter: Tomas Hofman
>            Priority: Major
>             Fix For: 2.17.0
>
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> Currently there are four variants of the {{ActiveMQServerControl#createBridge()}} method, none of which accepts the {{callTimeout}} attribute of the core bridge.
> The {{callTimeout}} attribute sets a call timeout for blocking calls to the server. Typically a bridge works in a non-blocking manner, but in some cases customers use configurations where calls do block.
> It would still be possible to set call timeout without this change using lower level API ({{ActiveMQServer#deployBridge()}}), but it would require duplicating some code which is already there in {{ActiveMQServerControl}}.



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