Skip to content

up1/demo-java-queue-activemq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot with ActiveMQ Artemis

Steps

1. Download ActiveMQ Artemis

$cd ./bin
$./artemis create mybroker
$./mybroker/bin/artemis run

     _        _               _
    / \  ____| |_  ___ __  __(_) _____
   / _ \|  _ \ __|/ _ \  \/  | |/  __/
  / ___ \ | \/ |_/  __/ |\/| | |\___ \
 /_/   \_\|   \__\____|_|  |_|_|/___ /
 Apache ActiveMQ Artemis 2.17.0

Access to console admin page http://localhost:8161/console

  • username=demo
  • password=demo

2. Start producer

$cd demo_activemq
$mvnw spring-boot:run

3. Start consumer

$cd demo_activemq-consumer
$mvnw spring-boot:run

4. Testing

Call api with url= http://localhost:8080/hello/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages