-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredant.exact-online-bundle.3.0.json
41 lines (41 loc) · 1.86 KB
/
redant.exact-online-bundle.3.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"manifests": {
"redant/exact-online-bundle": {
"manifest": {
"bundles": {
"RedAnt\\ExactOnlineBundle\\RedAntExactOnlineBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/messenger.yaml": {
"contents": [
"framework:",
" messenger:",
" # Uncomment this (and the failed transport below) to send failed messages to this transport for later handling.",
" failure_transport: failed",
"",
" transports:",
" # https://symfony.com/doc/current/messenger.html#transport-configuration",
" async: '%env(MESSENGER_TRANSPORT_DSN)%'",
" failed: 'doctrine://default?queue_name=failed'",
" # sync: 'sync://'",
"",
" routing:",
" # Route your messages to the transports",
" RedAnt\\ExactOnlineBundle\\Component\\Message\\UpdateSubscriptionMessage: async",
" RedAnt\\ExactOnlineBundle\\Component\\Message\\CreateExactRequestMessage: async",
" RedAnt\\ExactOnlineBundle\\Component\\Message\\CreateExactBulkRequestMessage: async",
""
],
"executable": false
}
},
"ref": "6a7ed4c931015069cf30087bce927fa134670d86"
}
}
}