Skip to content

bearddan2000/scala-cli-bloop-sbt-spring-activemq-string-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-cli-bloop-sbt-spring-activemq-string-hello-world

Description

A POC for active mq in springframework. Sends and receives a string on a single queue SampleQueue.

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • scala
  • active mq
  • bloop-sbt

Docker stack

  • eed3si9n/sbt

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits