Async fines
Create fines by using activemq artemis. How this works:
- Scheduler in borrowing service sends all overdue borrowings into the queue once a day.
- Accounting service reads the queue and creates/updates fines for the borrowings.
Create fines by using activemq artemis. How this works: