Merge pull request #1083

This commit is contained in:
symfony-flex-server[bot]
2021-02-02 13:51:41 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
artox_lab_clarc_message_bus:
bus:
middleware:
add_redelivery_stamp_middleware:
retry_count: 10
@@ -0,0 +1,8 @@
{
"bundles": {
"ArtoxLab\\Bundle\\ClarcMessageBusBundle\\ArtoxLabClarcMessageBusBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}