Uses of Class
org.apache.camel.component.jms.JmsQueueEndpoint

Packages that use JmsQueueEndpoint
org.apache.camel.component.jms Defines the JMS Component 
 

Uses of JmsQueueEndpoint in org.apache.camel.component.jms
 

Subclasses of JmsQueueEndpoint in org.apache.camel.component.jms
 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

 

Methods in org.apache.camel.component.jms with parameters of type JmsQueueEndpoint
 List<Exchange> DefaultQueueBrowseStrategy.browse(JmsOperations template, String queue, JmsQueueEndpoint endpoint)
           
 List<Exchange> QueueBrowseStrategy.browse(JmsOperations template, String queue, JmsQueueEndpoint endpoint)
           
 



Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.