File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- #Upgrading Enqueue:
1
+ # Upgrading Enqueue:
2
2
3
3
From ` 0.8.x ` to ` 0.9.x ` :
4
4
5
- ##Processor declaration
5
+ ## Processor declaration
6
6
7
7
` Interop\Queue\PsrProcessor ` interface has been replaced by ` Interop\Queue\Processor `
8
8
` Interop\Queue\PsrMessage ` interface has been replaced by ` Interop\Queue\Message `
9
9
` Interop\Queue\PsrContext ` interface has been replaced by ` Interop\Queue\Context `
10
10
11
11
12
12
13
- ##Symfony Bundle
13
+ ## Symfony Bundle
14
14
15
- ###Configuration changes:
15
+ ### Configuration changes:
16
16
17
17
` 0.8.x `
18
18
@@ -36,7 +36,7 @@ In `0.9.x` the client name is a root config node.
36
36
37
37
The ` default_processor_queue ` Client option was removed.
38
38
39
- ###Service declarations:
39
+ ### Service declarations:
40
40
41
41
` 0.8.x `
42
42
58
58
59
59
The tag to register message processors has changed and is now split into processor sub types.
60
60
61
- ###CommandSubscriberInterface ` getSubscribedCommand `
61
+ ### CommandSubscriberInterface ` getSubscribedCommand `
62
62
63
63
64
64
` 0.8.x `
You can’t perform that action at this time.
0 commit comments