Package org.springframework.integration.adapter.jms

Interface Summary
JmsMessagePostProcessor Strategy interface for post-processing a JMS Message before it is sent to its destination.
 

Class Summary
ChannelPublishingJmsListener JMS MessageListener implementation that converts the received JMS message into a Spring Integration message and then sends that to a channel.
DefaultJmsMessagePostProcessor A JmsMessagePostProcessor that passes attributes from a MessageHeader to a JMS message before it is sent to its destination.
JmsMessageDrivenSourceAdapter A message-driven adapter for receiving JMS messages and sending to a channel.
JmsPollableSource A source for receiving JMS Messages with a polling listener.
JmsPollingSourceAdapter A convenience adapter that wraps a JmsPollableSource.
JmsTargetAdapter A target adapter for sending JMS Messages.