Learn about exchanges, queues, and bindings in RabbitMQ and how to work with them in Java.
Also find me here:
Baeldung Author
Flaviu Cicio
I dedicates my efforts to designing and implementing intricate streaming solutions that meet the highest standards. Over the years, I accumulated extensive experience with Flink, Kafka, Java, and event-driven microservice architectures.
Here's what I've written (so far):
Baeldung on Java
- All
- Persistence (2)
- Spring Security (1)
- Spring Data (1)
- Spring Boot (1)
- Spring (1)
- JVM (1)
- Data (1)
How Many Threads Can a Java VM Support?
Filed under JVM
A quick and practical overview of how many threads can JVM create.
Performance Difference Between save() and saveAll() in Spring Data
Filed under Persistence, Spring Data
A quick and practical performance comparison between save() and saveAll() in Spring Data.
Redirecting Logged-in Users with Spring Security
Filed under Spring Security
Learn several ways how to redirect logged-in users from the login page using Spring Security.
Transactional Annotations: Spring vs. JTA
Filed under Persistence, Spring
A quick and practical comparison of various @Transactional annotations.
Recommended Package Structure of a Spring Boot Project
Filed under Spring Boot
A quick and practical overview of a recommended package structure for Spring Boot projects.