hzxie / voj

A cross-platform online judge system based on Spring MVC framework and ActiveMQ.

Home Page:https://verwandlung.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tip: Convert into the spring boot application

maradanasai opened this issue · comments

I would be nice if you can convert the application into spring boot (spring reactive if possible) for better readability and maintenance

Nice suggestion! However, there is no plan do to this.
If you are interested, you can submit a pull request.

No. Every event can only be handled once.

Ok. I think it is similar to RabbitMQ in terms of message delivery when multiple consumers are connected. How it will behave when multiple instances of web is connected? Each web instance will listen all judger response events right (even for submission event not produced by that web instance)?