Package org.springframework.jms.support.converter
@NonNullApi
@NonNullFields
package org.springframework.jms.support.converter
Provides a MessageConverter abstraction to convert
between Java objects and JMS messages.
-
ClassDescriptionMessage converter that uses Jackson 2.x to convert messages to and from JSON.Thrown by
MessageConverter
implementations when the conversion of an object to/from aMessage
fails.Strategy interface that specifies a converter between Java objects and JMS messages.Constants that indicate a target message type to convert to: aTextMessage
, aBytesMessage
, aMapMessage
or anObjectMessage
.Convert aMessage
from the messaging abstraction to and from aMessage
using an underlyingMessageConverter
for the payload and aJmsHeaderMapper
to map the JMS headers to and from standard message headers.A simple message converter which is able to handle TextMessages, BytesMessages, MapMessages, and ObjectMessages.An extendedMessageConverter
SPI with conversion hint support.