|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmsEndpoint | |
---|---|
org.apache.camel.component.jms | Defines the JMS Component |
org.apache.camel.component.jms.reply | Logic implementing support for request/reply over JMS |
Uses of JmsEndpoint in org.apache.camel.component.jms |
---|
Subclasses of JmsEndpoint in org.apache.camel.component.jms | |
---|---|
class |
JmsQueueEndpoint
An endpoint for a JMS Queue which is also browsable |
class |
JmsTemporaryQueueEndpoint
A JMS Endpoint for working with a TemporaryQueue
Important: Need to be really careful to always use the same Connection otherwise the destination goes stale |
class |
JmsTemporaryTopicEndpoint
A JMS Endpoint for working with a TemporaryTopic
Important: Need to be really careful to always use the same Connection otherwise the destination goes stale |
Methods in org.apache.camel.component.jms that return JmsEndpoint | |
---|---|
JmsEndpoint |
JmsConsumer.getEndpoint()
|
JmsEndpoint |
JmsProducer.getEndpoint()
|
JmsEndpoint |
JmsPollingConsumer.getEndpoint()
|
static JmsEndpoint |
JmsEndpoint.newInstance(javax.jms.Destination destination)
Returns a new JMS endpoint for the given JMS destination |
static JmsEndpoint |
JmsEndpoint.newInstance(javax.jms.Destination destination,
JmsComponent component)
Returns a new JMS endpoint for the given JMS destination using the configuration from the given JMS component |
Methods in org.apache.camel.component.jms with parameters of type JmsEndpoint | |
---|---|
org.springframework.jms.listener.AbstractMessageListenerContainer |
JmsConfiguration.chooseMessageListenerContainerImplementation(JmsEndpoint endpoint)
|
protected void |
JmsConfiguration.configureMessageListenerContainer(org.springframework.jms.listener.AbstractMessageListenerContainer container,
JmsEndpoint endpoint)
|
org.springframework.jms.core.JmsOperations |
JmsConfiguration.createInOnlyTemplate(JmsEndpoint endpoint,
boolean pubSubDomain,
String destination)
Creates a JmsOperations object used for one way messaging |
org.springframework.jms.core.JmsOperations |
JmsConfiguration.createInOutTemplate(JmsEndpoint endpoint,
boolean pubSubDomain,
String destination,
long requestTimeout)
Creates a JmsOperations object used for request/response using a request timeout value |
protected void |
JmsConsumer.createMessageListener(JmsEndpoint endpoint,
org.apache.camel.Processor processor)
|
org.springframework.jms.listener.AbstractMessageListenerContainer |
MessageListenerContainerFactory.createMessageListenerContainer(JmsEndpoint endpoint)
Create a custom AbstractMessageListenerContainer . |
org.springframework.jms.listener.AbstractMessageListenerContainer |
JmsConfiguration.createMessageListenerContainer(JmsEndpoint endpoint)
|
protected int |
JmsConfiguration.defaultCacheLevel(JmsEndpoint endpoint)
Defaults the JMS cache level if none is explicitly specified. |
org.springframework.jms.core.JmsOperations |
JmsEndpoint.getMetadataJmsOperations(JmsEndpoint endpoint)
|
org.springframework.jms.core.JmsOperations |
JmsConfiguration.getMetadataJmsOperations(JmsEndpoint endpoint)
|
Constructors in org.apache.camel.component.jms with parameters of type JmsEndpoint | |
---|---|
DefaultJmsMessageListenerContainer(JmsEndpoint endpoint)
|
|
EndpointMessageListener(JmsEndpoint endpoint,
org.apache.camel.Processor processor)
|
|
JmsBinding(JmsEndpoint endpoint)
|
|
JmsConsumer(JmsEndpoint endpoint,
org.apache.camel.Processor processor,
org.springframework.jms.listener.AbstractMessageListenerContainer listenerContainer)
|
|
JmsPollingConsumer(JmsEndpoint endpoint,
org.springframework.jms.core.JmsOperations template)
|
|
JmsProducer(JmsEndpoint endpoint)
|
|
SimpleJmsMessageListenerContainer(JmsEndpoint endpoint)
|
Uses of JmsEndpoint in org.apache.camel.component.jms.reply |
---|
Fields in org.apache.camel.component.jms.reply declared as JmsEndpoint | |
---|---|
protected JmsEndpoint |
ReplyManagerSupport.endpoint
|
Methods in org.apache.camel.component.jms.reply with parameters of type JmsEndpoint | |
---|---|
void |
ReplyManagerSupport.setEndpoint(JmsEndpoint endpoint)
|
void |
ReplyManager.setEndpoint(JmsEndpoint endpoint)
Sets the belonging JmsEndpoint . |
Constructors in org.apache.camel.component.jms.reply with parameters of type JmsEndpoint | |
---|---|
ExclusivePersistentQueueMessageListenerContainer(JmsEndpoint endpoint)
|
|
SharedPersistentQueueMessageListenerContainer(JmsEndpoint endpoint,
MessageSelectorCreator creator)
Use a dynamic JMS message selector |
|
SharedPersistentQueueMessageListenerContainer(JmsEndpoint endpoint,
String fixedMessageSelector)
Use a fixed JMS message selector |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |