public class CamelEndpointLoader extends Object implements org.apache.camel.CamelContextAware
CamelContext with ActiveMQ Queue endpoints| Constructor and Description |
|---|
CamelEndpointLoader() |
CamelEndpointLoader(org.apache.camel.CamelContext camelContext,
org.apache.activemq.advisory.DestinationSource source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addQueue(org.apache.activemq.command.ActiveMQQueue queue) |
protected void |
addTopic(org.apache.activemq.command.ActiveMQTopic topic) |
void |
afterPropertiesSet() |
org.apache.camel.CamelContext |
getCamelContext() |
ActiveMQComponent |
getComponent() |
protected String |
getQueueUri(org.apache.activemq.command.ActiveMQQueue queue) |
protected String |
getTopicUri(org.apache.activemq.command.ActiveMQTopic topic) |
protected void |
removeQueue(org.apache.activemq.command.ActiveMQQueue queue) |
protected void |
removeTopic(org.apache.activemq.command.ActiveMQTopic topic) |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setComponent(ActiveMQComponent component) |
public CamelEndpointLoader()
public CamelEndpointLoader(org.apache.camel.CamelContext camelContext,
org.apache.activemq.advisory.DestinationSource source)
public org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwarepublic ActiveMQComponent getComponent()
public void setComponent(ActiveMQComponent component)
protected void addQueue(org.apache.activemq.command.ActiveMQQueue queue)
throws Exception
Exceptionprotected String getQueueUri(org.apache.activemq.command.ActiveMQQueue queue)
protected void removeQueue(org.apache.activemq.command.ActiveMQQueue queue)
throws Exception
Exceptionprotected void addTopic(org.apache.activemq.command.ActiveMQTopic topic)
throws Exception
Exceptionprotected String getTopicUri(org.apache.activemq.command.ActiveMQTopic topic)
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.