huningd / dlq-reader

A example project which demonstrates how to read dead letter queues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A example project which demonstrates how to read dead letter queues


Languages

Language:TypeScript 54.3%Language:Kotlin 21.1%Language:HTML 12.4%Language:CSS 6.3%Language:JavaScript 6.0%