Timothy Bish created AMQNET-437:
-----------------------------------

             Summary: Add ConnectTimeout property to TcpTransportFactory
                 Key: AMQNET-437
                 URL: https://issues.apache.org/jira/browse/AMQNET-437
             Project: ActiveMQ .Net
          Issue Type: New Feature
          Components: ActiveMQ
    Affects Versions: 1.5.6
            Reporter: Timothy Bish
            Assignee: Jim Gomes
            Priority: Minor
             Fix For: 1.6.0


Add a connect timeout option (default 30secs) to the TcpTransportFactory to 
allow fine grained control of how long a socket connect blocks before giving 
up.  This can be accomplished using the async connection style and a simple 
wait on the result object from BeginConnect().

Allows for Uri syntax

{noformat}
tcp://127.0.0.1:61616?transport.connectTimeout=5000
{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to