Polish
This commit is contained in:
@@ -188,7 +188,7 @@ public class ActiveMQProperties {
|
||||
private Boolean trustAll;
|
||||
|
||||
/**
|
||||
* The specific packages to trust (when not trusting all packages).
|
||||
* Comma-separated list of specific packages to trust (when not trusting all packages).
|
||||
*/
|
||||
private List<String> trusted = new ArrayList<String>();
|
||||
|
||||
|
||||
@@ -765,13 +765,13 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.activemq.in-memory=true # Specify if the default broker URL should be in memory. Ignored if an explicit broker has been specified.
|
||||
spring.activemq.password= # Login password of the broker.
|
||||
spring.activemq.user= # Login user of the broker.
|
||||
spring.activemq.packages.trust-all=false # Trust all packages
|
||||
spring.activemq.packages.trusted= # Comma-separated list of packages to trust (when not trusting all packages).
|
||||
spring.activemq.pool.configuration.*= # See PooledConnectionFactory
|
||||
spring.activemq.pool.enabled=false # Whether a PooledConnectionFactory should be created instead of a regular ConnectionFactory.
|
||||
spring.activemq.pool.expiry-timeout=0 # Connection expiration timeout in milliseconds.
|
||||
spring.activemq.pool.idle-timeout=30000 # Connection idle timeout in milliseconds.
|
||||
spring.activemq.pool.max-connections=1 # Maximum number of pooled connections.
|
||||
spring.activemq.packages.trust-all= # Trust all packages
|
||||
spring.activemq.packages.trusted= # The specific packages to trust (when not trusting all packages).
|
||||
|
||||
# ARTEMIS ({sc-spring-boot-autoconfigure}/jms/artemis/ArtemisProperties.{sc-ext}[ArtemisProperties])
|
||||
spring.artemis.embedded.cluster-password= # Cluster password. Randomly generated on startup by default.
|
||||
|
||||
Reference in New Issue
Block a user