Uses of Package
org.springframework.integration.jms
Packages that use org.springframework.integration.jms
Package
Description
Base package for JMS Support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides JMS Component support for the Java DSL.
-
Classes in org.springframework.integration.jms used by org.springframework.integration.jmsClassDescriptionA base
AbstractMessageChannel
implementation for JMS-backed message channels.JMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g. -
Classes in org.springframework.integration.jms used by org.springframework.integration.jms.config
-
Classes in org.springframework.integration.jms used by org.springframework.integration.jms.dslClassDescriptionA base
AbstractMessageChannel
implementation for JMS-backed message channels.AJmsTemplate
implementation used byJmsSendingMessageHandler
for propagating QoS properties from the request message into the underlyingproducer.send(message, getDeliveryMode(), getPriority(), getTimeToLive())
API.A source for receiving JMS Messages with a polling listener.Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g.A wrapper around theJmsMessageDrivenEndpoint
implementingMessagingGatewaySupport
.A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel.An outbound Messaging Gateway for request/reply JMS.A MessageConsumer that sends the converted Message payload within a JMS Message.A JMS-backed channel from which messages can be received through polling.AnAbstractJmsChannel
implementation for message-driven subscriptions.