The Spring Framework

Uses of Class
org.springframework.jms.listener.AbstractMessageListenerContainer

Packages that use AbstractMessageListenerContainer
org.springframework.jms.listener This package contains the base message listener container facility. 
org.springframework.jms.listener.serversession This package contains the ServerSessionMessageListenerContainer implementation, based on the standard JMS ServerSessionPool API. 
 

Uses of AbstractMessageListenerContainer in org.springframework.jms.listener
 

Subclasses of AbstractMessageListenerContainer in org.springframework.jms.listener
 class DefaultMessageListenerContainer
          Message listener container that uses plain JMS client API, specifically a loop of MessageConsumer.receive() calls that also allow for transactional reception of messages (registering them with XA transactions).
 class DefaultMessageListenerContainer102
          A subclass of DefaultMessageListenerContainer that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by SimpleMessageListenerContainer itself.
 class SimpleMessageListenerContainer
          Message listener container that the plain JMS client API's MessageConsumer.setMessageListener() method to create concurrent MessageConsumers for the specified listeners.
 class SimpleMessageListenerContainer102
          A subclass of SimpleMessageListenerContainer that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by SimpleMessageListenerContainer itself.
 

Uses of AbstractMessageListenerContainer in org.springframework.jms.listener.serversession
 

Subclasses of AbstractMessageListenerContainer in org.springframework.jms.listener.serversession
 class ServerSessionMessageListenerContainer
          Message listener container that builds on the JMS ServerSessionPool SPI, creating JMS ServerSessions through a pluggable ServerSessionFactory.
 class ServerSessionMessageListenerContainer102
          A subclass of ServerSessionMessageListenerContainer that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by ServerSessionMessageListenerContainer itself.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.