Skip to content

Demo application to demonstrate how backend system can send message to specific session/app instance/user

License

Notifications You must be signed in to change notification settings

RahulMetangale/message-to-specific-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

RabbitMQ is required to run this demo. It can be installed as container using following command:

docker run -d --hostname my-rabbit --name some-rabbit -p 8088:15672 -p 5672:5672 rabbitmq:3-management

With this RabbitMQ management console will be available on http://localhost:8088 Default user name and password will be:
User name:guest
Password: guest

For non default configuration, please update application.properties file.

Run sprint boot application. Navigate to http://localhost:8080/

Follow the instructions given on page

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

Demo application to demonstrate how backend system can send message to specific session/app instance/user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published