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/