camel-mina: option to set connector timeout (will default to 60 seconds now)
----------------------------------------------------------------------------
Key: CAMEL-396
URL: https://issues.apache.org/activemq/browse/CAMEL-396
Project: Apache Camel
Issue Type: New Feature
Components: camel-mina
Affects Versions: 1.3.0
Reporter: Claus Ibsen
Priority: Minor
The timeout option on camel-mina is currently only used for sending and
receiving over the wire.
When a MinaProducer is opening the connection it will use Apache MINA connector
timeout (SocketConnectorConfig) that has a default value of 60 seconds.
We might need to align this timeout value with our existing timeout option for
one single option. Or introduce a new option to set a different timeout for
establishing the connection.
This applies only for MinaProducer for TCP and UDP protocols.
I am inclined to set it to use the default camel-mina timeout of 30 seconds or
the user provided option if anyone given.
Any thoughts?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.