r/SpringBoot Jul 24 '26

Discussion Spring microservices

I just started learning microservices in spring and dont know anything. Like I know that message brokers are for asynchronous exchange of messages though services, but I wanted to see everything from scratch, so now Im doing a project without any message brokers, just synchronous http requests and after that, when I meet problems with this, I would transition to the RabbitMQ I guess. Any suggestions or resources to learn for beginners?

30 Upvotes

22 comments sorted by

View all comments

6

u/Clear_Cover433 Jul 24 '26

RabbitMQ docs would help to start with and then do some small projects by combining spring boot and rabbitmq

0

u/InformalPhase7658 Jul 24 '26

thank you man, but isnt RabbitMQ docs is hard to understand like any other technical docs?

2

u/Task_ID Jul 24 '26

thats what you get paid for, reading docs and understanding it

1

u/InformalPhase7658 Jul 24 '26

i guess youre rightðŸ«