Skip to content

Releases: packaged/queue

2.0.0: fix test namespace (#16)

15 Apr 18:38
c2f5323

Choose a tag to compare

* fix test namespace

* update circle

* empty

* supported php version

* bump minimum php version

* reinstate rabbitmq

1.4.0

19 Jun 09:36
53d3d88

Choose a tag to compare

Google Pub/Sub support

1.3.1

19 Sep 15:58

Choose a tag to compare

Merge pull request #11 from packaged/multiple-declare

Now attempts to declare and bind the queue and exchange up to 2 times…

1.3.0

15 Sep 09:20

Choose a tag to compare

Should no longer be possible to get into an infinite loop when auto-d…

1.2.0

13 Sep 10:00

Choose a tag to compare

Safety features (#3)

* Implemented publisher acknowledgements, mandatory messages and auto-declaring of exchanges and queues

* Added .gitignore

* Moved basic_return callback out of the while loop, made publisher confirms configurable

* Now checks if the connection is still connected in refreshConnection

* Added auto-declare of exchanges and queues in consumers

1.1.2

12 Jun 09:35

Choose a tag to compare

Added support for logging slow pushes

1.1.1

16 Dec 13:23

Choose a tag to compare

Removed connection refresh messages

1.1.0

24 Oct 17:09

Choose a tag to compare

Now opens separate AMQP connections for push, consume and other opera…

1.0.1

28 Sep 16:21

Choose a tag to compare

Added a flag to prevent AMQP connections from being refreshed on push…

1.0.0

05 Apr 14:34

Choose a tag to compare

better handling of queueExists. add exchangeExists.