ActiveMQ Connection Pool

Source: Internet
Author: User

Pooledconnectionfactory has two attribute maxconnections,maximumactive. At first glance, with human common sense, maxconnection should indicate the maximum number of connection that can be built, maximumactive should represent the maximum number of active connection, and when the number of connections in the pool is greater than the maximum active number, More than IdleTimeout will be recycled to the thread.

If this is understood, it is a big mistake. These two parameters of pooledconnetionfactory are not meant at all.

Look at the composition of the pooledconnectionfactory structure:


Note: ConnectionPool in fact, the storage is a activemqconnection , the name of the egg really hurts.

So it seems that when we set up the pooledconnection, it is advisable to have the maxconnections set to a larger size. Its default value is 1. Maximumactive can be set to a relatively small, its default value is 500, this value is too large, worried about memory overflow. Idletime conditionally can be set to a larger number, increasing the reuse time of connection, the default value is 30 seconds.


ActiveMQ Connection Pool

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.