Skip to content

Commit

Permalink
update project info and remove some outdated files
Browse files Browse the repository at this point in the history
  • Loading branch information
muqiuhan committed Jul 26, 2024
1 parent 3e6451f commit 173cba8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 33 deletions.
Binary file modified .github/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ case class Message(
- [RabbitMQ Documentation](https://www.rabbitmq.com/documentation.html)
- [MiniMQ](https://github.com/Mr-Hades1/minimq)

## Acknowledge
- Thanks to JetBrains for providing free IntelliJ IDEA IDE licenses for open source projects
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg" height="100px">

## LICENSE
The MIT License (MIT)

Expand Down
27 changes: 0 additions & 27 deletions src/main/resources/logback.xml

This file was deleted.

7 changes: 5 additions & 2 deletions src/main/scala/config/Config.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ object Config:
QueueManager.init(queueNum, bindingKeys, queueNames)
WorkerManager.init(queueNum)

if QueueManager.initialized && WorkerManager.initialized then scribe.info("EVERYTHING IS READY!!!")
else throw new ExceptionInInitializerError()
if QueueManager.initialized && WorkerManager.initialized then
scribe.info("Everything is ready")
else
throw ExceptionInInitializerError()
end if
end init
end Config

0 comments on commit 173cba8

Please sign in to comment.