Skip to content

sjednac/spring-rabbitmq-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring RabbitMQ Chat

A simple chat application based on Spring Boot and RabbitMQ.

Command Line Interface

Make sure that the cli profile is turned on. You can spawn several chat clients by passing a distinct queue name on the command line:

session1> ./gradlew -Dapp.settings.rabbit.queue=chat.Q.dev.MessageSubscriber1.Message run
session2> ./gradlew -Dapp.settings.rabbit.queue=chat.Q.dev.MessageSubscriber2.Message run

Don't forget to setup your RabbitMQ connection first.

About

A simple chat application with a RabbitMQ backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages