| 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 |
|---|---|
protected SjmsEndpoint |
SjmsComponent.createSjmsEndpoint(String uri,
String remaining) |
SjmsEndpoint |
SjmsProducer.getEndpoint() |
SjmsEndpoint |
SjmsPollingConsumer.getEndpoint() |
SjmsEndpoint |
SjmsConsumer.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
MessageListenerContainer |
SjmsEndpoint.createMessageListenerContainer(SjmsEndpoint endpoint) |
| Constructor and Description |
|---|
SjmsPollingConsumer(SjmsEndpoint endpoint,
SjmsTemplate template) |
SjmsProducer(SjmsEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
SjmsEndpoint |
SimpleMessageListenerContainer.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.jms.Session |
SimpleMessageListenerContainer.createSession(javax.jms.Connection connection,
SjmsEndpoint endpoint) |
| Constructor and Description |
|---|
EndpointMessageListener(SjmsEndpoint endpoint,
org.apache.camel.Processor processor) |
SimpleMessageListenerContainer(SjmsEndpoint endpoint) |
| Modifier and Type | Field and Description |
|---|---|
protected SjmsEndpoint |
ReplyManagerSupport.endpoint |
| Modifier and Type | Method and Description |
|---|---|
protected javax.jms.Session |
TemporaryQueueMessageListenerContainer.createSession(javax.jms.Connection connection,
SjmsEndpoint endpoint) |
protected javax.jms.Session |
ExclusiveQueueMessageListenerContainer.createSession(javax.jms.Connection connection,
SjmsEndpoint endpoint) |
void |
ReplyManager.setEndpoint(SjmsEndpoint endpoint)
Sets the belonging
SjmsEndpoint. |
void |
ReplyManagerSupport.setEndpoint(SjmsEndpoint endpoint) |
| Constructor and Description |
|---|
ExclusiveQueueMessageListenerContainer(SjmsEndpoint endpoint) |
TemporaryQueueMessageListenerContainer(SjmsEndpoint endpoint) |
Apache Camel