Description
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.
Attachments
Issue Links
- links to