Created
July 13, 2016 07:10
-
-
Save jyukutyo/99a4416e7672dab389cec09023c01393 to your computer and use it in GitHub Desktop.
embedded HornetQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
hornetq: | |
host: localhost | |
port: 5445 | |
mode: embedded | |
embedded: | |
enabled: true | |
queues: queue/hoge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment