Polish "Secured HornetQ" contribution
Closes gh-6071
This commit is contained in:
@@ -848,7 +848,9 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.hornetq.embedded.topics= # Comma-separated list of topics to create on startup.
|
||||
spring.hornetq.host=localhost # HornetQ broker host.
|
||||
spring.hornetq.mode= # HornetQ deployment mode, auto-detected by default. Can be explicitly set to "native" or "embedded".
|
||||
spring.hornetq.password= # Login password of the broker.
|
||||
spring.hornetq.port=5445 # HornetQ broker port.
|
||||
spring.hornetq.user= # Login user of the broker.
|
||||
|
||||
# JMS ({sc-spring-boot-autoconfigure}/jms/JmsProperties.{sc-ext}[JmsProperties])
|
||||
spring.jms.jndi-name= # Connection factory JNDI name. When set, takes precedence to others connection factory auto-configurations.
|
||||
|
||||
@@ -3953,6 +3953,8 @@ HornetQ configuration is controlled by external configuration properties in
|
||||
spring.hornetq.mode=native
|
||||
spring.hornetq.host=192.168.1.210
|
||||
spring.hornetq.port=9876
|
||||
spring.hornetq.user=admin
|
||||
spring.hornetq.password=secret
|
||||
----
|
||||
|
||||
When embedding the broker, you can choose if you want to enable persistence, and the list
|
||||
|
||||
Reference in New Issue
Block a user