Skip to content

Releases: graze/queue

Extend messages visibility time

25 May 12:51
c3a6f7f
Compare
Choose a tag to compare

It's a lovely day, some messages are in the mail box. We pick them up on our walk. But it's too good of a day to read them yet. So we walk. We enjoy the day. We pick and eat some strawberries. Life is good.

Oh no! The postman wants the messages back.

Nah, I'll keep them a bit longer please.

Queue Failing Logging

01 May 12:30
2c948a8
Compare
Choose a tag to compare

Adds some more logging when a message failed to enqueue, reject or acknowledge

rejection

16 Jan 09:24
d469f2a
Compare
Choose a tag to compare

Adds support for rejecting messages to make them immediately available on the queue again.

Firehose

25 Oct 07:56
Compare
Choose a tag to compare

  • Adds support for writing to Kinesis Firehose

Delete all the Things

23 Oct 10:48
Compare
Choose a tag to compare

Added

  • Add a delete method to DeleterInterface (see #22)
  • Implement DeleterInterface and PurgerInterface on Graze\Queue\Client

Updated

  • Move purge from ProducerInterface to PurgerInterface

Purge of the Queues

28 Aug 13:39
Compare
Choose a tag to compare

Added

  • Adds a purge method to ProducerInterface (see #16)

Updated

  • Updates SqsAdapter to support version 3 of the AWS PHP SDK

Fixed

  • Fixes a bug in ArrayAdapter which could throw an OutOfBoundsException if dequeue was called and the array was empty (see 42e8b07)

Hello License!

28 Aug 13:40
Compare
Choose a tag to compare

It helps to have a license for the project.

Hello Queue!

28 Aug 13:39
Compare
Choose a tag to compare

Initial release after open sourcing the project 🎈.