-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dde80aa
commit 8def4c6
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# SpringBoot_Standalone_ActiveMQ_Example | ||
# SpringBoot_Standalone_ActiveMQ_Example | ||
|
||
|
||
Running Local ActiveMQ Server | ||
http://localhost:8161/admin/ default port url | ||
|
||
defaullt username/password = admin/admin | ||
|
||
download active mq from http://activemq.apache.org/ | ||
|
||
In this demo i have created only producer you can create separate applications for Consumers(if many consumers) | ||
you can create consumer in this project also, like did in https://github.com/VivekRajyaguru/SpringBoot_Standalone_ActiveMQ_Example | ||
project. |