You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Tomas Hofman (Jira)" <ji...@apache.org> on 2021/01/19 14:34:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17267927#comment-17267927 ] 

Tomas Hofman commented on ARTEMIS-3074:
---------------------------------------

Suggested PR: https://github.com/apache/activemq-artemis/pull/3412

> 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
>          Time Spent: 10m
>  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)