Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 324 Bytes

Spring ActiveMQ Camel Example

How to use:

  • Start the ActiveMQ docker instance:
docker-compose -f .\infrastructure\docker-compose.yml up -d
  • Start the Chatserver
  • Start as many ChatClients as you like with the gradle task found in the gradle ui of IntelliJ:
chat-client/Tasks/application/bootRun