public interface SjmsMessageConsumer
extends javax.jms.MessageListener
| Modifier and Type | Method and Description |
|---|---|
SjmsMessageConsumer |
createMessageConsumer(ConnectionResource connectionResource,
String destinationName) |
SjmsMessageConsumer |
createMessageConsumerListener(SessionPool sessionPool,
String destinationName,
Exchanger<Object> exchanger) |
void |
destroyMessageConsumer() |
void |
handleMessage(javax.jms.Message message) |
void handleMessage(javax.jms.Message message)
SjmsMessageConsumer createMessageConsumer(ConnectionResource connectionResource, String destinationName) throws Exception
ExceptionSjmsMessageConsumer createMessageConsumerListener(SessionPool sessionPool, String destinationName, Exchanger<Object> exchanger) throws Exception
ExceptionApache Camel