org.apache.activemq
Interface CustomDestination
- All Superinterfaces:
- Destination
- All Known Implementing Classes:
- CamelDestination, CamelQueue, CamelTopic
public interface CustomDestination
- extends Destination
Represents a hook to allow the support of custom destinations
such as to support Apache Camel
to create and manage endpoints
- Version:
- $Revision: $
createConsumer
MessageConsumer createConsumer(ActiveMQSession session,
String messageSelector)
createConsumer
MessageConsumer createConsumer(ActiveMQSession session,
String messageSelector,
boolean noLocal)
createSubscriber
TopicSubscriber createSubscriber(ActiveMQSession session,
String messageSelector,
boolean noLocal)
createDurableSubscriber
TopicSubscriber createDurableSubscriber(ActiveMQSession session,
String name,
String messageSelector,
boolean noLocal)
createReceiver
QueueReceiver createReceiver(ActiveMQSession session,
String messageSelector)
createProducer
MessageProducer createProducer(ActiveMQSession session)
throws JMSException
- Throws:
JMSException
createPublisher
TopicPublisher createPublisher(ActiveMQSession session)
throws JMSException
- Throws:
JMSException
createSender
QueueSender createSender(ActiveMQSession session)
throws JMSException
- Throws:
JMSException
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.