File tree Expand file tree Collapse file tree 7 files changed +5
-120
lines changed
Queue/ConsumerHandler/Entity Expand file tree Collapse file tree 7 files changed +5
-120
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ bin/magento setup:upgrade
4949
5050Just install module and investigate topology created. Play around by
5151publishing messages (take a look at console commands) and observe how messages are handled. Every consumer handler
52- has a sleep function inside to make sure that message processing is visible in rabbitmq admin panel
52+ has a sleep function inside to make sure that message processing is visible in rabbitmq admin panel messages chart.
53+ Change consumers (` Failure ` / ` Success ` in ` queue_consumer.xml ` to test different situations.
54+ Topology created by the module should look like on the [ graph] ( docs/topology.png )
5355
5456## Contributing
5557
Original file line number Diff line number Diff line change 88 "magento/framework" : " 102.0.*||103.0.*"
99 },
1010 "type" : " magento2-module" ,
11- "version" : " 1.0.2 " ,
11+ "version" : " 1.0.3 " ,
1212 "license" : " MIT" ,
1313 "autoload" : {
1414 "files" : [
Original file line number Diff line number Diff line change 1313 consumerInstance =" LizardMedia\RabbitMqPlayground\Queue\Consumer\RetryConsumerHandler"
1414 handler =" LizardMedia\RabbitMqPlayground\Queue\ConsumerHandler\Entity\Success::execute" />
1515 <consumer name =" Cancelentity" queue =" cancel_entity" connection =" amqp"
16- handler =" LizardMedia\RabbitMqPlayground\Queue\ConsumerHandler\Entity\Cancellation ::execute" />
16+ handler =" LizardMedia\RabbitMqPlayground\Queue\ConsumerHandler\Entity\Success ::execute" />
1717</config >
You can’t perform that action at this time.
0 commit comments