valentinajemuovic / banking-kata-java

Banking Kata (Java)
MIT License
346 stars 92 forks source link

adapter-messaging-rabbitmq development #117

Closed eamtalu closed 1 year ago

eamtalu commented 1 year ago

Hi @valentinacupac ,

I have made some development on adapter-messaging-rabbitmq.

The following are done in this PR: adapter-messaging-rabbitmq:

  1. docker-compose has been updated with rabbitmq image config
  2. startup: rabbitmq initialization with default exchange and queue has been added under startup->resource folder
  3. env files are updated with rabbitmq variables
  4. adapter-messaging-rabbitmq module has been developed comprising initially with:rabbitmq confi 4.1 Rabbitmq configuration 4.2 RabbitMQ admin interface has been developed using which queue can be created. 4.3 Rabbitmq eventbus has been implemented to send message from eventdto to rabbitmq queue with json format.

Can I request you for a code review and feedback on if there is anything missing or how it can be improved further.

Thanks, Amin