Update application.properties
Note that from 1.2.0 onwards, the services credentials (logstash, kafka) are no longer stored in the application. You can make use of https://pricefx.atlassian.net/wiki/spaces/INTG/pages/2513666473 (next step) or handle the credentials yourself.
You should have application.properties
files present in the resources
folder of your project. The basic structure of the property file is as follows:
###############################################################################
# Common configuration
###############################################################################
integration.name=my-integration-manager
# If you need to change default camel-context.xml filename or location, adjust following property
integration.context=classpath*:camel-context.xml
###############################################################################
# PFX Client (mandatory) (accessible as bean 'pricefx')
###############################################################################
integration.pfx.url=
integration.pfx.username=
integration.pfx.partition=
integration.pfx.password=
integration.pfx.debug=false
You need to:
Provide valid credentials to your development partition in the section PFX Client.
Provide a valid name for
integration.name
These properties may get overwritten by PlatformManager which also allows you to manage IM instances.
For a full list of usable properties and its defaults, see Git.
IntegrationManager version 5.8.0