ssi-anik / amqp

php-amqplib wrapper that eases the consumption of RabbitMQ. A painless way of using RabbitMQ
https://packagist.org/packages/anik/amqp
MIT License
134 stars 23 forks source link

Add getMessage function for ConsumableMessage #29

Open kurneo opened 1 year ago

kurneo commented 1 year ago

For someone who need to get AMQPMessge. So I add function getMessage

ssi-anik commented 1 year ago

Sorry for the delayed response. Would you mind adding a test for the change?