|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.camel.component.jms.JmsConfiguration
org.apache.camel.component.activemq.ActiveMQConfiguration
public class ActiveMQConfiguration
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.component.jms.JmsConfiguration |
|---|
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE, TRANSACTED |
| Constructor Summary | |
|---|---|
ActiveMQConfiguration()
|
|
| Method Summary | |
|---|---|
protected ConnectionFactory |
createListenerConnectionFactory()
|
protected ConnectionFactory |
createTemplateConnectionFactory()
|
String |
getBrokerURL()
|
org.apache.activemq.spring.ActiveMQConnectionFactory |
getListenerConnectionFactory()
|
void |
setBrokerURL(String brokerURL)
Sets the broker URL to use to connect to ActiveMQ using the ActiveMQ URI format |
void |
setListenerConnectionFactory(ConnectionFactory listenerConnectionFactory)
|
| Methods inherited from class org.apache.camel.component.jms.JmsConfiguration |
|---|
chooseMessageListenerContainerImplementation, configureMessageListenerContainer, copy, createConnectionFactory, createJmsOperations, createMessageListenerContainer, getAcknowledgementMode, getAcknowledgementModeName, getCacheLevel, getCacheLevelName, getClientId, getConcurrentConsumers, getConnectionFactory, getConsumerType, getDurableSubscriptionName, getExceptionListener, getIdleTaskExecutionLimit, getMaxConcurrentConsumers, getMaxMessagesPerTask, getMessageConverter, getPriority, getReceiveTimeout, getRecoveryInterval, getServerSessionFactory, getTaskExecutor, getTemplateConnectionFactory, getTimeToLive, getTransactionManager, getTransactionName, getTransactionTimeout, isAcceptMessagesWhileStopping, isAutoStartup, isDeliveryPersistent, isExplicitQosEnabled, isExposeListenerSession, isMessageIdEnabled, isMessageTimestampEnabled, isPubSubNoLocal, isSubscriptionDurable, isTransacted, isUseVersion102, setAcceptMessagesWhileStopping, setAcknowledgementMode, setAcknowledgementModeName, setAutoStartup, setCacheLevel, setCacheLevelName, setClientId, setConcurrentConsumers, setConnectionFactory, setConsumerType, setDeliveryPersistent, setDurableSubscriptionName, setExceptionListener, setExplicitQosEnabled, setExposeListenerSession, setIdleTaskExecutionLimit, setMaxConcurrentConsumers, setMaxMessagesPerTask, setMessageConverter, setMessageIdEnabled, setMessageTimestampEnabled, setPriority, setPubSubNoLocal, setReceiveTimeout, setRecoveryInterval, setServerSessionFactory, setSubscriptionDurable, setTaskExecutor, setTemplateConnectionFactory, setTimeToLive, setTransacted, setTransactionManager, setTransactionName, setTransactionTimeout, setUseVersion102 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActiveMQConfiguration()
| Method Detail |
|---|
public String getBrokerURL()
public void setBrokerURL(String brokerURL)
brokerURL - the URL of the broker.public org.apache.activemq.spring.ActiveMQConnectionFactory getListenerConnectionFactory()
getListenerConnectionFactory in class org.apache.camel.component.jms.JmsConfigurationpublic void setListenerConnectionFactory(ConnectionFactory listenerConnectionFactory)
setListenerConnectionFactory in class org.apache.camel.component.jms.JmsConfigurationprotected ConnectionFactory createListenerConnectionFactory()
createListenerConnectionFactory in class org.apache.camel.component.jms.JmsConfigurationprotected ConnectionFactory createTemplateConnectionFactory()
createTemplateConnectionFactory in class org.apache.camel.component.jms.JmsConfiguration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||