org.apache.camel.component.activemq
Class ActiveMQConfiguration

java.lang.Object
  extended by org.apache.camel.component.jms.JmsConfiguration
      extended by org.apache.camel.component.activemq.ActiveMQConfiguration
All Implemented Interfaces:
Cloneable

public class ActiveMQConfiguration
extends org.apache.camel.component.jms.JmsConfiguration

Version:
$Revision: 1.1 $

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

ActiveMQConfiguration

public ActiveMQConfiguration()
Method Detail

getBrokerURL

public String getBrokerURL()

setBrokerURL

public void setBrokerURL(String brokerURL)
Sets the broker URL to use to connect to ActiveMQ using the ActiveMQ URI format

Parameters:
brokerURL - the URL of the broker.

getListenerConnectionFactory

public org.apache.activemq.spring.ActiveMQConnectionFactory getListenerConnectionFactory()
Overrides:
getListenerConnectionFactory in class org.apache.camel.component.jms.JmsConfiguration

setListenerConnectionFactory

public void setListenerConnectionFactory(ConnectionFactory listenerConnectionFactory)
Overrides:
setListenerConnectionFactory in class org.apache.camel.component.jms.JmsConfiguration

createListenerConnectionFactory

protected ConnectionFactory createListenerConnectionFactory()
Overrides:
createListenerConnectionFactory in class org.apache.camel.component.jms.JmsConfiguration

createTemplateConnectionFactory

protected ConnectionFactory createTemplateConnectionFactory()
Overrides:
createTemplateConnectionFactory in class org.apache.camel.component.jms.JmsConfiguration


Copyright © 2007 Apache Software Foundation. All Rights Reserved.