/dlq-reader

A example project which demonstrates how to read dead letter queues

Primary LanguageTypeScript

DLQ-Reader

#WebSockets To inform the web app about new messages we use native web sockets. In case of cross browser compatibility and fallbacks if native websockets aren't present it is also possible to use librarys as SockJS or Socket.io. In the backend I use the abstraction of spring-websocket to establish a web socket connection. Under the hood this abstraction uses the tomcat-embed-websocket implementation of JSR-356.

How to start

Service

./gradlew bootRun

App

ng serve --host 0.0.0.0 --port 4201

Task Board

https://trello.com/b/JfOjbjxf/dlq-reader

Links