Auto Configuration
Auto configuration simplifies configuration of IM instances. You no longer need to add beans and components configuration to camel-config.xml; you only need one dependency and some properties. Then the components such as PfxClient, Events, Error Handling, Backup, Web Services etc. start automatically.
Define the following in the property file:
#Spring
spring.main.sources=net.pricefx.integration.app.Application
application.context=classpath*:camel-context.xml
Auto Configuration Setup
Add this dependency to pom.xml of your application:
Example
<dependency>
<groupId>net.pricefx.integration</groupId>
<artifactId>integration-manager-starter</artifactId>
<version>1.0.5</version>
</dependency>
Now you can configure a particular component by setting its properties in the application.properties file.
The following modules are available for auto configuration:
, multiple selections available,
Related content
Create Recommended Project Structure
Create Recommended Project Structure
More like this
IntegrationManager 4.8.0
IntegrationManager 4.8.0
More like this
IntegrationManager 4.9.0
IntegrationManager 4.9.0
More like this
IntegrationManager 1.3.0
IntegrationManager 1.3.0
More like this
IntegrationManager 1.2.0
IntegrationManager 1.2.0
More like this
Connections
Connections
More like this
IntegrationManager version 6.0.0