8 Replies Latest reply on Jul 10, 2012 6:45 AM by benxiong

    New connection is created on each JMS message

    benxiong

      I use hornetq client with spring jmstemplate, and watched the log, with each message there is one line:

      * [Old I/O server boss ([id: 0x38f28789, /192.168.149.220:5445])] 5-Jul 3:49:25,773 FINEST [RemotingServiceImpl]  Connection created org.hornetq.core.remoting.impl.netty.NettyConnection@1f655d7e[local= /192.168.149.220:5445, remote=/192.168.149.220:35365]

       

      I think the client does not created connection pool? How can I enable connection pool on client side? Thanks.