Spring Boot JMS
Notes for building and running test Spring Boot JMS application with embedded ActiveMQ.
Clone, build
setlocal enableextensions
mkdir C:\dev\jms\
cd C:\dev\jms
git clone https://github.com/spring-guides/gs-messaging-jms.git
cd gs-messaging-jms
cd complete
mvn clean install
Run
java -jar target/gs-messaging-jms-0.1.0.jar
Resources
Spring Messaging JMS tutorial - main resource
git clone https://github.com/spring-guides/gs-messaging-jms.git
No comments:
Post a Comment