Skip to content

Simple example for a micro-service-based application using ActiveMQ in the middle

Notifications You must be signed in to change notification settings

mtritschler/service-access

Repository files navigation

service-access

Requirements

How to run

  1. Start an ActiveMQ broker (if necessary bootstrap before with setup)

     ~/ $ activemq setup
     ~/ $ activemq start
    
  2. Make artifacts available for Maven dependency resolution

     ~/service-access $ mvn install
    
  3. Start Spring Boot applications

     ~/service-access/spring-boot-book-service $ mvn spring-boot:run &
     ~/service-access/spring-boot-checkout-service $ mvn spring-boot:run &
     ~/service-access/spring-boot-search-service-activemq $ mvn spring-boot:run
    
  4. (For now) Use CLI to interact with the search service. Available commands are

  • list
  • checkout
  • quit

About

Simple example for a micro-service-based application using ActiveMQ in the middle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages