second commit 20/01/2026

This commit is contained in:
2026-01-20 17:02:55 +07:00
parent 61f22936c7
commit 38f3fd54b7
15 changed files with 409 additions and 6 deletions

View File

@@ -9,8 +9,11 @@ fun main() {
config = Config()
config.Load()
val webUI = WebUI()
webUI.Start()
val activeclient = ActiveMQClient()
activeclient.Start()
val mysql = MySQLInjector()
mysql.Start()
activeclient.MessageConsumer = Consumer{ message ->