Uses of Interface
org.springframework.jms.support.converter.MessageConverter

Packages that use MessageConverter
Package
Description
Support package for declarative messaging configuration, with Java configuration and XML schema support.
Core package of the JMS support.
This package contains the base message listener container facility.
Message listener adapter mechanism that delegates to target listener methods, converting messages to appropriate message content types (such as String or byte array) that get passed into listener methods.
This package provides JCA-based endpoint management for JMS message listeners.
Provides a MessageConverter abstraction to convert between Java objects and JMS messages.