Package org.springframework.integration.adapter.jms

Class Summary
ChannelPublishingJmsListener JMS MessageListener implementation that converts the received JMS message into a Spring Integration message and then sends that to a channel.
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.