Claus Ibsen created AMQ-4003:
--------------------------------

             Summary: Add option to PooledConnectionFactory to control if 
connection should be created on startup or not
                 Key: AMQ-4003
                 URL: https://issues.apache.org/jira/browse/AMQ-4003
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: 5.6.0
            Reporter: Claus Ibsen
            Priority: Minor
             Fix For: 5.7.0
         Attachments: AMQ-4003.patch

The PooledConnectionFactory will currently always on startup create a 
connection, and if that fails a WARN is logged and ignored.

I think we should allow end users to configure if they want the pool to create 
a connection on startup or not.

If they set the option to false, then the connection is created on-demand.

I have attached a patch with this option, using a default value of true to keep 
current behavior. The patch also adds some more logging, as well removing some 
not needed code, in the start method, ie the IOExceptionSupport that don't make 
sense.

--
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