| Package | Description |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.consumer | |
| org.apache.camel.component.sjms.reply |
Logic implementing support for request/reply over JMS
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageListenerContainer.setMessageListener(SessionMessageListener messageListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointMessageListener
A JMS
MessageListener which can be used to delegate processing to a Camel endpoint. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleMessageListenerContainer.setMessageListener(SessionMessageListener messageListener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReplyManager
The
ReplyManager is responsible for handling
request-reply over JMS. |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueReplyManager
A
ReplyManager when using regular queues. |
class |
ReplyManagerSupport
Base class for
ReplyManager implementations. |
class |
TemporaryQueueReplyManager
A
ReplyManager when using temporary queues. |
Apache Camel