Uses of Package
org.apache.camel.component.jms

Packages that use org.apache.camel.component.jms
org.apache.camel.component.jms Defines the JMS Component 
org.apache.camel.component.jms.requestor Implementation classes for implementing request-response over JMS so that the Defines the JMS Component can support InOut as well as InOnly 
 

Classes in org.apache.camel.component.jms used by org.apache.camel.component.jms
ConsumerType
           
DestinationEndpoint
          An optional interface that a JmsEndpoint may implement to return the underlying Destination object
EndpointMessageListener
          A JMS MessageListener which can be used to delegate processing to a Camel endpoint.
JmsBinding
          A Strategy used to convert between a Camel Exchange and JmsMessage to and from a JMS Message
JmsComponent
          A JMS Component
JmsConfiguration
           
JmsConfiguration.MessageSentCallback
           
JmsConsumer
          A Consumer which uses Spring's AbstractMessageListenerContainer implementations to consume JMS messages
JmsEndpoint
          A JMS Endpoint
JmsKeyFormatStrategy
          Strategy for applying encoding and decoding of JMS headers so they apply to the JMS spec.
JmsMessage
          Represents a Message for working with JMS
JmsMessageType
          Enum for different Message types.
JmsProducer
           
JmsProviderMetadata
          A class which represents some metadata about the underlying JMS provider so that we can properly bridge JMS providers such as for dealing with temporary destinations.
JmsQueueEndpoint
          An endpoint for a JMS Queue which is also browsable
QueueBrowseStrategy
           
 

Classes in org.apache.camel.component.jms used by org.apache.camel.component.jms.requestor
JmsConfiguration
           
JmsConfiguration.MessageSentCallback
           
JmsProducer
           
 



Apache CAMEL