Skip to content

nsmolenskii/spring-stomp-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat example

Simple chat application, works with STOMP over WebSoocket protocol

Running

Active MQ

  • Run activemq
    docker run -d --name='activemq' -it -P \
    -p 8161:8161 \
    -p 61616:61616 \
    -p 61613:61613 \
    webcenter/activemq
  • Check web console http://localhost:8161/ with credentials admin/admin

Run application

  • Run application
      ./gradlew bootRun
  • Open application http://localhost:8080/ with credentials john/john or jane/jane

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published