Dbal Support
we need to add ConnectionFactory
to our Dependency Container.
DbalConnectionFactory
under the class name Enqueue\Dbal\DbalConnectionFactory
. This will help Ecotone resolve it automatically, without any additional configuration.DbalConnectionFactory
under the class name Enqueue\Dbal\DbalConnectionFactory
. This will help Ecotone resolve it automatically, without any additional configuration.Manager Registry
, we can do it this wayorders
channel will be available in our Messaging System. Ecotone Dbal
comes with support for transactions.
To enable transactions on specific endpoint, mark it with Ecotone\Dbal\DbalTransaction\DbalTransaction
annotation.Ecotone
enables transactions for all Asynchronous Endpoints and Command Bus. You may use of Service Context
to turn off this configuration. You may also add more connections to be handled.ecotone_document_store
" table. In Memory implementation
.