Package org.fcrepo.camel.activemq
Class ActiveMQConfig
java.lang.Object
org.fcrepo.camel.common.config.BasePropsConfig
org.fcrepo.camel.activemq.ActiveMQConfig
- Author:
- dbernstein
-
Field Summary
Fields inherited from class org.fcrepo.camel.common.config.BasePropsConfig
DEFAULT_FCREPO_CAMEL_TOOLBOX_CONFIG_FILE_PROP_SOURCE, DEFAULT_FCREPO_HOME_VALUE, FCREPO_CAMEL_CONFIG_FILE_PROP_SOURCE, FCREPO_CAMEL_CONFIG_FILE_PROPERTY, FCREPO_CAMEL_TOOLBOX_HOME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.activemq.ActiveMQComponentactiveMQComponent(org.apache.camel.component.jms.JmsConfiguration jmsConfiguration) org.apache.activemq.ActiveMQConnectionFactoryorg.apache.camel.component.jms.JmsConfigurationjmsConfiguration(org.apache.activemq.pool.PooledConnectionFactory connectionFactory) javax.jms.ConnectionFactorypooledConnectionFactory(org.apache.activemq.ActiveMQConnectionFactory connectionFactory) Methods inherited from class org.fcrepo.camel.common.config.BasePropsConfig
getFcrepoAuthHost, getFcrepoBaseUrl, getFcrepoPassword, getFcrepoUsername, getMaxRedeliveries
-
Constructor Details
-
ActiveMQConfig
public ActiveMQConfig()
-
-
Method Details
-
connectionFactory
-
pooledConnectionFactory
@Bean public javax.jms.ConnectionFactory pooledConnectionFactory(org.apache.activemq.ActiveMQConnectionFactory connectionFactory) -
jmsConfiguration
@Bean public org.apache.camel.component.jms.JmsConfiguration jmsConfiguration(org.apache.activemq.pool.PooledConnectionFactory connectionFactory) -
activeMQComponent
@Bean("broker") public org.apache.camel.component.activemq.ActiveMQComponent activeMQComponent(org.apache.camel.component.jms.JmsConfiguration jmsConfiguration)
-