Class AggregatingJmsConsumeService

All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, ConfigComment, ConnectedService, JmsActorConfig, MessageEventGenerator, Service, AggregatingConsumeService<JmsConnection>, StateManagedComponent

@ComponentProfile(summary="Allows you to aggregate messages from a JMS Queue", tag="service,aggregation,jms", recommended=JmsConnection.class) public class AggregatingJmsConsumeService extends AggregatingConsumeServiceImpl<JmsConnection> implements JmsActorConfig, ConnectedService
Implentation of AggregatingConsumeService that allows you to consume a related message from a queue based on some criteria.

In the adapter configuration file this class is aliased as aggregating-jms-consume-service which is the preferred alternative to the fully qualified classname when building your configuration.