How do I take advantage of Connection Pooling with Apache Active MQ?
        Posted  
        
            by ScArcher2
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ScArcher2
        
        
        
        Published on 2010-04-07T16:00:21Z
        Indexed on 
            2010/04/07
            16:03 UTC
        
        
        Read the original article
        Hit count: 349
        
I'd like to know how to properly use connection pooling with Active MQ.
Currently I have a Connection Factory that creates a new connection every time I want to send a message.
I'd like to be able to pool Connections so I don't incur the overhead of connecting every time.
© Stack Overflow or respective owner