Class | Description |
---|---|
AbstractJmsChannel | |
ChannelPublishingJmsMessageListener |
JMS MessageListener that converts a JMS Message into a Spring Integration
Message and sends that Message to a channel.
|
DefaultJmsHeaderMapper |
Default implementation of
JmsHeaderMapper . |
DynamicJmsTemplate | |
JmsDestinationPollingSource |
A source for receiving JMS Messages with a polling listener.
|
JmsHeaderMapper |
Strategy interface for mapping integration Message headers to an outbound
JMS Message (e.g.
|
JmsInboundGateway |
A wrapper around the
JmsMessageDrivenEndpoint implementing
MessagingGatewaySupport . |
JmsMessageDrivenEndpoint |
A message-driven endpoint that receive JMS messages, converts them into
Spring Integration Messages, and then sends the result to a channel.
|
JmsOutboundGateway |
An outbound Messaging Gateway for request/reply JMS.
|
JmsOutboundGateway.ReplyContainerProperties | |
JmsSendingMessageHandler |
A MessageConsumer that sends the converted Message payload within a JMS Message.
|
PollableJmsChannel | |
SubscribableJmsChannel |
An
AbstractJmsChannel implementation for message-driven subscriptions. |
Exception | Description |
---|---|
JmsTimeoutException |
A timeout occurred within an async gateway.
|