Symfony Configuration
Event Sourcing DDD CQRS Symfony PHP
Configuration
loadSrcNamespaces
Tells Ecotone, if should automatically load all namespaces defined for src
catalog
failFast
Describes if Ecotone should fail fast.
If true
, then Ecotone will boot all endpoints during each request, so it can inform, if configuration is incorrect immediately, it provides fast feedback for the developer.
if false,
then Ecotone will not boot up any endpoints at each request, which will increase performance, but will results in slower feedback for the developer.
namespaces
List of namespace prefixes, that Ecotone should look attributes for.
defaultSerializationMediaType
Describes default serialization type within application. If not configured default serialization will be application/x-php-serialized,
which is serialized PHP class.
defaultErrorChannel
defaultMemoryLimit
defaultConnectionExceptionRetry
initialDelay
- delay after first retry in milliseconds
multiplier
- how much initialDelay should be multipled with each try
maxAttempts
- How many attemps should be done, before closing closing endpoint
serviceName
skippedModulePackageNames
Skip list of given module package names (CheckModulePackageList
for available packages).
test
Should test mode be enabled, so MessagingTestSupport
can be used.
licenceKey
Provides access to Enterprise Feature of Ecotone.
Last updated
Was this helpful?