bschmitt / laravel-amqp

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

Pass in messageData message container not entire array #108

Closed qschmick closed 3 years ago

qschmick commented 3 years ago

Fixed creating the AMQP message, originally passing in the $messageData array but should only be the string body. Updated to pass in $messageData['message']

qschmick commented 3 years ago

@bschmitt

qschmick commented 3 years ago

@bschmitt can you review?

qschmick commented 3 years ago

@bschmitt Can you review?

bschmitt commented 3 years ago

Thank you