werpu / jsfs_js_ts

Apache License 2.0
2 stars 1 forks source link

Evaluating a queue system for messages #34

Closed werpu closed 1 year ago

werpu commented 1 year ago

At the moment we only have a simple message system with brokers and channels which deliver on time messages. I should probably think about extending this to a second half of what JMS provides on the java side a "sticky" queue system where messages are in a queue and message clients get the active messages, they have not gotten yet.

This however means that the protocol becomes more complicated because we need to add a request send ack protocol on top of what we have. I need to prototype this out!