Browsing Tag

rabbitmq-configs

InMemory Java

Consumer Project with RabbitMQ

By
on
February 28, 2021

Today we will create a new project (Consumer) and write to log messages coming from RabbitMQ (Producer).
I created a new project in EndlessHope, its name is Consumer and I...

Genel InMemory Java

Project Structure and Hello World With RabbitMQ

By
on
February 27, 2021

I want to show you my new modular project structure and how to send a message with RabbitMQ.
My new project’s name is EndlessHope, it has a modular structure because...