Skip to content

Latest commit

 

History

History

sfg-jms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

JMS Messaging

To run this project either:

  • Start the embedded ActiveMQ broker by uncommenting the ActiveMQ server configuration from Application.java and the two dependencies from pom.xml

Or

  • Run ActiveMQ in docker:
docker run -it --rm \
     -p 8161:8161 \
     -p 61616:61616 \
     vromero/activemq-artemis

Default username and password of artemis / simetraehcapa. Check the web console.

Finally:

mvn spring-boot:run