- run activemq with cmds
- run JAR /target/traveltodos-app-0.0.1-SNAPSHOT.jar
docker pull rmohr/activemq
docker run -p 61616:61616 -p 8161:8161 rmohr/activemq
http://localhost:8161/admin/ admin/admin/
- move credentials and port config to environment file
- change default user/pass
- deliveribles: asembly target & bat to start both
- create server, and separate client GUI from existing app JEE
- move drools only on server
- expand and add more rules
- junit tests
- secure conection between client and server
- other client (angular/react)