Class QueueChannel

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, ExecutorChannelInterceptorAware, QueueChannelOperations, ExpressionCapable, IntegrationPattern, NamedComponent, IntegrationManagement, TrackableComponent, MessageChannel, PollableChannel, InterceptableChannel
Direct Known Subclasses:
PriorityChannel, RendezvousChannel

public class QueueChannel extends AbstractPollableChannel implements QueueChannelOperations
Simple implementation of a message channel. Each Message is placed in a BlockingQueue whose capacity may be specified upon construction. The capacity must be a positive integer value. For a zero-capacity version based upon a SynchronousQueue, consider the RendezvousChannel.
Author:
Mark Fisher, Oleg Zhurakousky, Gary Russell, Artem Bilan