Tomas Hofman created ARTEMIS-3074:
-------------------------------------
Summary: 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
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)