@@ -129,7 +129,7 @@ the messenger component, the following configuration should have been created:
129
129
130
130
<!-- config/packages/messenger.xml -->
131
131
<?xml version =" 1.0" encoding =" UTF-8" ?>
132
- <container xmlns =" http://symfony.com/schema/dic/symfony "
132
+ <container xmlns =" http://symfony.com/schema/dic/services "
133
133
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
134
134
xmlns : framework =" http://symfony.com/schema/dic/symfony"
135
135
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -199,7 +199,7 @@ configuration:
199
199
200
200
<!-- config/packages/messenger.xml -->
201
201
<?xml version =" 1.0" encoding =" UTF-8" ?>
202
- <container xmlns =" http://symfony.com/schema/dic/symfony "
202
+ <container xmlns =" http://symfony.com/schema/dic/services "
203
203
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
204
204
xmlns : framework =" http://symfony.com/schema/dic/symfony"
205
205
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -248,7 +248,7 @@ instead of a class name:
248
248
249
249
<!-- config/packages/messenger.xml -->
250
250
<?xml version =" 1.0" encoding =" UTF-8" ?>
251
- <container xmlns =" http://symfony.com/schema/dic/symfony "
251
+ <container xmlns =" http://symfony.com/schema/dic/services "
252
252
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
253
253
xmlns : framework =" http://symfony.com/schema/dic/symfony"
254
254
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -295,7 +295,8 @@ A class of messages can also be routed to multiple senders by specifying a list:
295
295
.. code-block :: xml
296
296
297
297
<!-- config/packages/messenger.xml -->
298
- <container xmlns =" http://symfony.com/schema/dic/symfony"
298
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
299
+ <container xmlns =" http://symfony.com/schema/dic/services"
299
300
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
300
301
xmlns : framework =" http://symfony.com/schema/dic/symfony"
301
302
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -340,7 +341,8 @@ while still having them passed to their respective handler:
340
341
.. code-block :: xml
341
342
342
343
<!-- config/packages/messenger.xml -->
343
- <container xmlns =" http://symfony.com/schema/dic/symfony"
344
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
345
+ <container xmlns =" http://symfony.com/schema/dic/services"
344
346
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
345
347
xmlns : framework =" http://symfony.com/schema/dic/symfony"
346
348
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -410,7 +412,8 @@ this:
410
412
.. code-block :: xml
411
413
412
414
<!-- config/packages/messenger.xml -->
413
- <container xmlns =" http://symfony.com/schema/dic/symfony"
415
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
416
+ <container xmlns =" http://symfony.com/schema/dic/services"
414
417
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
415
418
xmlns : framework =" http://symfony.com/schema/dic/symfony"
416
419
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -522,7 +525,8 @@ within the buses to add some extra capabilities like this:
522
525
.. code-block :: xml
523
526
524
527
<!-- config/packages/messenger.xml -->
525
- <container xmlns =" http://symfony.com/schema/dic/symfony"
528
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
529
+ <container xmlns =" http://symfony.com/schema/dic/services"
526
530
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
527
531
xmlns : framework =" http://symfony.com/schema/dic/symfony"
528
532
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -579,7 +583,8 @@ you can disable them like this:
579
583
.. code-block :: xml
580
584
581
585
<!-- config/packages/messenger.xml -->
582
- <container xmlns =" http://symfony.com/schema/dic/symfony"
586
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
587
+ <container xmlns =" http://symfony.com/schema/dic/services"
583
588
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
584
589
xmlns : framework =" http://symfony.com/schema/dic/symfony"
585
590
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -717,7 +722,8 @@ Then you can reference and configure the
717
722
.. code-block :: xml
718
723
719
724
<!-- config/packages/messenger.xml -->
720
- <container xmlns =" http://symfony.com/schema/dic/symfony"
725
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
726
+ <container xmlns =" http://symfony.com/schema/dic/services"
721
727
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
722
728
xmlns : framework =" http://symfony.com/schema/dic/symfony"
723
729
xsi : schemaLocation =" http://symfony.com/schema/dic/services
@@ -881,7 +887,7 @@ named transport using your own DSN:
881
887
882
888
<!-- config/packages/messenger.xml -->
883
889
<?xml version =" 1.0" encoding =" UTF-8" ?>
884
- <container xmlns =" http://symfony.com/schema/dic/symfony "
890
+ <container xmlns =" http://symfony.com/schema/dic/services "
885
891
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
886
892
xmlns : framework =" http://symfony.com/schema/dic/symfony"
887
893
xsi : schemaLocation =" http://symfony.com/schema/dic/services
0 commit comments