bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

New example #46

Closed CorvinSteindl closed 5 years ago

CorvinSteindl commented 6 years ago

Could you please add a example to solve this? python-four (comes frome here)

@stevenklar @bschmitt

stevenklar commented 5 years ago

@CorvinSteindl Would you consider open a pull-request with the given example using laravel-amqp?

stevenklar commented 5 years ago

@CorvinSteindl I tried to accomplish this and this is totaly possible with the correct configuration and two consumers (one for e. g. info, warning and the other for errors)

If you need specific help, just reopen this issue and I can help you. There is nothing I can think of to add in the documentation.