Package org.apache.camel.component.jms

Defines the JMS Component

See:
          Description

Class Summary
EndpointMessageListener<E extends Exchange> A JMS MessageListener which can be used to delegate processing to a Camel endpoint.
JmsBinding A Strategy used to convert between a Camel and to and from a JMS Message
JmsComponent A JMS Component
JmsConfiguration  
JmsConsumer A Consumer which uses Spring's AbstractMessageListenerContainer implementations to consume JMS messages
JmsEndpoint A JMS Endpoint
JmsExchange Represents an for working with JMS messages while exposing the inbound and outbound JMS Message objects via JmsExchange.getInMessage() and JmsExchange.getOutMessage()
JmsIOConverter Some simple payload conversions to I/O Type Converters
JmsMessage Represents a Message for working with JMS
JmsPollingConsumer  
JmsProducer  
MessageListenerProcessor Represents a JMS MessageListener which can be used directly with any JMS template or derived from to create an MDB for processing messages using a Processor
 

Enum Summary
ConsumerType  
 

Exception Summary
MessageJMSPropertyAccessException  
MessagePropertyAccessException  
MessagePropertyNamesAccessException  
RuntimeJmsException  
 

Package org.apache.camel.component.jms Description

Defines the JMS Component



Copyright © 2007 Apache Software Foundation. All Rights Reserved.