Tag

Message Converter

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 1, 2025 · Backend Development

Master Object-Based Messaging in Spring Boot 3 with RabbitMQ – Code Samples & Tips

This article demonstrates how to send and receive messages as objects in Spring Boot 3 using RabbitMQ, covering custom message converters, object validation, idle‑event handling, and custom listener containers with complete code examples.

JavaMessage ConverterSpring Boot
0 likes · 6 min read
Master Object-Based Messaging in Spring Boot 3 with RabbitMQ – Code Samples & Tips
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 1, 2024 · Backend Development

Master Spring MVC Customization: From WebConfig to YAML Message Converters

This tutorial walks through enabling Spring MVC, configuring type conversion, validation, interceptors, content negotiation, custom YAML message converters, view controllers, view resolvers, and static resource handling in a Spring Boot 2.7.12 application, complete with code examples and output screenshots.

Content NegotiationMessage ConverterSpring Boot
0 likes · 9 min read
Master Spring MVC Customization: From WebConfig to YAML Message Converters