Package org.figure8.join.core.messaging

Interface Summary
JMSConsumerBean This is just an interface extension that allows message listeners to be notify of container destruction via the stop() method.
JMSConsumerBeanManager This is an interface definition of a manager of JMS consumers.
JMSDestinationResolver This is an interface allowing abstraction of the mechanism to implement for retrieving JMS destinations.
 

Class Summary
ActiveMQDestinationResolver This is an implementation of JMSDestinationResolver for resolving ActiveMQ provider destinations.
ConfigurableActiveMQConnectionFactoryBean This is an extension of ActiveMQ ActiveMQConnectionFactory that can be further configured using extra properties provided by a ActiveMQConfigurator instance.
ConfigurableBrokerFactoryBean This factory is an extension of the Spring BrokerFactory provided by ActiveMQ.
ConfigurableJencksContainer This is an extension of Jencks JCAContainer that can be further configured depending on ApplicationConfig and using extra properties provided by a ActiveMQConfigurator instance.
DefaultJMSConsumerBeanManager This is the default implementation of JMSConsumerBeanManager.
EchoJMSConsumerBean This is a simple, dummy consumer that just echoes messages using commons logging and store processed messages into a list.
JMSConsumerBeanInfo This is an EntityObject for describing a JMSConsumerBean, its configurable properties & parameters and its activation specification.
JMSConsumerBeanParameterInfo This is a simple EntityObject for describing the configuration parameters of a JMSConsumerBean.
JMSConsumerBeanSpringWrapper This is a base class for JMS messages consumer implementations, based on Spring JMS templates.
JMSConsumerEndpointFactory This is an implementation of JCA MessageEndpointFactory creating MessageEndpoint from bean wrapping information on a JMSConsumerBean.
JMSProducerBean This is a base class for implementations needing to send JMS messages over a JMS destination.
ResolverJMSProducerBean  
SimpleJMSProducerBean Simple extension of JMSProducerBean that acquires its JMS destination through a setter method (thus can be injected by Spring ...)
 



Copyright © 2005-2008 Join. All Rights Reserved.