Uses of Class
org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of JmsMessageChannelSpec in org.springframework.integration.jms.dsl
Modifier and TypeClassDescriptionclass
JmsMessageChannelSpec<S extends JmsMessageChannelSpec<S,
T>, T extends AbstractJmsChannel> AJmsMessageChannelSpec
for subscribableAbstractJmsChannel
s.Modifier and TypeClassDescriptionclass
AJmsMessageChannelSpec
for aSubscribableJmsChannel
configured with a topic.Modifier and TypeMethodDescriptionstatic JmsMessageChannelSpec<?,
?> Jms.channel
(ConnectionFactory connectionFactory) The factory to produce aJmsMessageChannelSpec
.static JmsMessageChannelSpec<?,
?> Jms.channel
(String id, ConnectionFactory connectionFactory) The factory to produce aJmsMessageChannelSpec
.