Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b4481a

Browse filesBrowse files
committed
fix
1 parent 0ec420b commit 7b4481a
Copy full SHA for 7b4481a

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,10 @@ function ($a) {
12641264
->prototype('variable')
12651265
->end()
12661266
->end()
1267+
->scalarNode('failure_transport')
1268+
->defaultNull()
1269+
->info('Transport name to send failed messages to (after all retries have failed).')
1270+
->end()
12671271
->arrayNode('retry_strategy')
12681272
->addDefaultsIfNotSet()
12691273
->beforeNormalization()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.