|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent<org.apache.camel.component.jms.JmsExchange>
org.apache.camel.component.jms.JmsComponent
org.apache.camel.component.activemq.ActiveMQComponent
public class ActiveMQComponent
Field Summary |
---|
Fields inherited from class org.apache.camel.component.jms.JmsComponent |
---|
QUEUE_PREFIX, TOPIC_PREFIX |
Constructor Summary | |
---|---|
ActiveMQComponent()
|
|
ActiveMQComponent(ActiveMQConfiguration configuration)
|
|
ActiveMQComponent(org.apache.camel.CamelContext context)
|
Method Summary | |
---|---|
static ActiveMQComponent |
activeMQComponent()
Creates an ActiveMQ Component |
static ActiveMQComponent |
activeMQComponent(String brokerURL)
Creates an ActiveMQ Component connecting to the given broker URL |
protected org.apache.camel.component.jms.JmsConfiguration |
createConfiguration()
|
ActiveMQConfiguration |
getConfiguration()
|
void |
setBrokerURL(String brokerURL)
|
Methods inherited from class org.apache.camel.component.jms.JmsComponent |
---|
convertPathToActualDestination, createEndpoint, jmsComponent, jmsComponent, jmsComponent, jmsComponentAutoAcknowledge, jmsComponentClientAcknowledge, jmsComponentTransacted, jmsComponentTransacted, setAcceptMessagesWhileStopping, setAcknowledgementMode, setAcknowledgementModeName, setAutoStartup, setCacheLevel, setCacheLevelName, setClientId, setConcurrentConsumers, setConfiguration, setConnectionFactory, setConsumerType, setDeliveryPersistent, setDurableSubscriptionName, setExceptionListener, setExplicitQosEnabled, setExposeListenerSession, setIdleTaskExecutionLimit, setMaxConcurrentConsumers, setMaxMessagesPerTask, setMessageConverter, setMessageIdEnabled, setMessageTimestampEnabled, setPriority, setPubSubNoLocal, setReceiveTimeout, setRecoveryInterval, setServerSessionFactory, setSubscriptionDurable, setTaskExecutor, setTimeToLive, setTransacted, setTransactionManager, setTransactionName, setTransactionTimeout, setUseVersion102 |
Methods inherited from class org.apache.camel.impl.DefaultComponent |
---|
createEndpoint, createExecutorService, doStart, doStop, getCamelContext, getExecutorService, setCamelContext, setExecutorService |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
---|
isStarted, isStopped, isStopping, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActiveMQComponent()
public ActiveMQComponent(org.apache.camel.CamelContext context)
public ActiveMQComponent(ActiveMQConfiguration configuration)
Method Detail |
---|
public static ActiveMQComponent activeMQComponent()
public static ActiveMQComponent activeMQComponent(String brokerURL)
brokerURL
- the URL to connect to
public ActiveMQConfiguration getConfiguration()
getConfiguration
in class org.apache.camel.component.jms.JmsComponent
public void setBrokerURL(String brokerURL)
protected org.apache.camel.component.jms.JmsConfiguration createConfiguration()
createConfiguration
in class org.apache.camel.component.jms.JmsComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |