Description
New Update!
More advanced concepts and technical-hands-on for RabbitMQ. OF course, working source code included :
- Automatically convert Java objects to / from JSON
- Schedule consumers to stop / start at given time
- Consumer prefetch
- Handle message ordering
- New way to write consumer
- Consistent hash exchange
- Request-reply pattern
- Create RabbitMQ structures (queue, exchange, binding) from Java code
- Install RabbitMQ using Docker. Works for all operating system!
- Use RabbitMQ plugins to extend functionalities
- Don’t want to install RabbitMQ? Use it on cloud!
- Retry mechanism without any code! (direct exchange)
- Again, do retry mechanism without writing code! (fanout exchange)
- Additional bonus for modern architecture!
- Single active consumer
- Reliable publishing