org.apache.camel.jms
Class MessageListenerProcessor
java.lang.Object
org.apache.camel.jms.MessageListenerProcessor
- All Implemented Interfaces:
- MessageListener
public class MessageListenerProcessor
- extends Object
- implements MessageListener
Represents a JMS MessageListener
which can be used directly with any JMS client
or derived from to create an MDB for processing messages using a Processor
- Version:
- $Revision: 520375 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageListenerProcessor
public MessageListenerProcessor(JmsEndpoint endpoint,
org.apache.camel.Processor<org.apache.camel.Exchange> processor)
onMessage
public void onMessage(Message message)
- Specified by:
onMessage
in interface MessageListener
Copyright © 2007 Apache Software Foundation. All Rights Reserved.