Uses of Class
org.springframework.integration.jms.PollableJmsChannel
Packages that use PollableJmsChannel
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of PollableJmsChannel in org.springframework.integration.jms.dsl
Methods in org.springframework.integration.jms.dsl that return types with arguments of type PollableJmsChannelModifier and TypeMethodDescriptionstatic JmsPollableMessageChannelSpec
<?, PollableJmsChannel> Jms.pollableChannel
(ConnectionFactory connectionFactory) The factory to produce aJmsPollableMessageChannelSpec
.static JmsPollableMessageChannelSpec
<?, PollableJmsChannel> Jms.pollableChannel
(String id, ConnectionFactory connectionFactory) The factory to produce aJmsPollableMessageChannelSpec
.