Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Stephane Nicoll 2017-03-15 14:52:19 +01:00
commit cc79f6d83d

View File

@ -4372,6 +4372,16 @@ ActiveMQ configuration is controlled by external configuration properties in
spring.activemq.password=secret
----
You can also pool JMS resources by adding a dependency to
`org.apache.activemq:activemq-pool` and configure the `PooledConnectionFactory`
accordingly:
[source,properties,indent=0]
----
spring.activemq.pool.enabled=true
spring.activemq.pool.max-connections=50
----
See
{sc-spring-boot-autoconfigure}/jms/activemq/ActiveMQProperties.{sc-ext}[`ActiveMQProperties`]
for more of the supported options.