public class StandardConsumerProcessor extends AbstractJmsProcessor
| Modifier and Type | Field and Description |
|---|---|
protected javax.jms.Destination |
destination |
protected java.util.concurrent.atomic.AtomicBoolean |
running |
protected javax.jms.Session |
session |
channel, connection, CONTENT_TYPE, context, endpoint, logger, replyToDestination, soapHelper, store, STYLE_QUEUE, STYLE_TOPIC| Constructor and Description |
|---|
StandardConsumerProcessor(JmsEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInit(javax.naming.InitialContext ctx) |
protected void |
doShutdown() |
protected void |
doStart() |
protected void |
doStop() |
void |
onMessage(javax.jms.Message message) |
protected void |
poll() |
void |
process(javax.jbi.messaging.MessageExchange exchange) |
commonDoStartTasks, createContext, createMessageFromExchange, fromNMS, fromNMSResponse, getConnectionFactory, getInitialContext, getStore, init, shutdown, start, stop, toNMSprotected javax.jms.Session session
protected javax.jms.Destination destination
protected java.util.concurrent.atomic.AtomicBoolean running
public StandardConsumerProcessor(JmsEndpoint endpoint) throws java.lang.Exception
java.lang.Exceptionprotected void doInit(javax.naming.InitialContext ctx)
throws java.lang.Exception
doInit in class AbstractJmsProcessorjava.lang.Exceptionprotected void doStart()
throws java.lang.Exception
doStart in class AbstractJmsProcessorjava.lang.Exceptionprotected void doStop()
throws java.lang.Exception
doStop in class AbstractJmsProcessorjava.lang.Exceptionprotected void doShutdown()
throws java.lang.Exception
doShutdown in class AbstractJmsProcessorjava.lang.Exceptionprotected void poll()
public void onMessage(javax.jms.Message message)
public void process(javax.jbi.messaging.MessageExchange exchange)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2005-2014 FuseSource. All Rights Reserved.