Uses of Package
org.springframework.integration.jms.inbound
Packages that use org.springframework.integration.jms.inbound
Package
Description
Base package for JMS Support.
Provides JMS Component support for the Java DSL.
Inbound channel adapters for JMS.
-
Classes in org.springframework.integration.jms.inbound used by org.springframework.integration.jmsClassDescriptionJMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.A source for receiving JMS Messages with a polling listener.A wrapper around the
JmsMessageDrivenEndpoint
implementingMessagingGatewaySupport
.A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel. -
Classes in org.springframework.integration.jms.inbound used by org.springframework.integration.jms.dslClassDescriptionA source for receiving JMS Messages with a polling listener.A wrapper around the
JmsMessageDrivenEndpoint
implementingMessagingGatewaySupport
.A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel. -
Classes in org.springframework.integration.jms.inbound used by org.springframework.integration.jms.inboundClassDescriptionJMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.