0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added AMQPMessage.set for setting the variables after object is created More... almost 13 years ago
Added the option to not close the connection on the exit and AMQPConnection object cloning. It`s useful after the fork when you don`t want to close parent process connection. More... almost 13 years ago
Merge pull request #36 from ikulis/7ada0723ffcb4ef3ee48b465f55a93ac3bbdb643 More... almost 13 years ago
Added basic_return message handling. New function AMQPChannel.set_return_listener. In case the the callback is not set, it will sent the debug message. More... almost 13 years ago
Merge pull request #31 from bondu/master More... almost 13 years ago
adds services entry to travis file More... almost 13 years ago
Merge pull request #35 from giggsey/master More... almost 13 years ago
Merge pull request #30 from jayzeng/master More... almost 13 years ago
added Channel.basic_return to $CONTENT_METHODS so the folowing header will be read instead of throwing exception More... almost 13 years ago
Quick Spelling mistake in the Exception More... almost 13 years ago
fixed type typo for cluster_id property in AMQPMessage.php More... almost 13 years ago
made __destruct message easier to understand More... almost 13 years ago
added try/catch to destructor for AMQPConnection in case the connection is dropped and close() fails More... almost 13 years ago
* Throw InvalidArgumentException instead of dumping to errors log when value type is not found More... almost 13 years ago
Merge pull request #29 from jivanov/master More... almost 13 years ago
Add additional AMQP data types (t, l) More... almost 13 years ago
Merge pull request #27 from ryanathasoffers/master More... about 13 years ago
Added the ability to read nested field-arrays from tables. More... about 13 years ago
Merge pull request #23 from spronkey/master More... about 13 years ago
Fixed backward ternary operator causing channel() call to always return first channel created. Facepalm. More... about 13 years ago
Included is_resource check and removed error suppression operator from fclose. It gets called twice in many instances (BufferedInput closes socket first). Error suppression operator doesn't work with some set_error_handler configurations. More... about 13 years ago
improves code comments More... about 13 years ago
lists examples in the README file More... about 13 years ago
improves readme More... about 13 years ago
adds docs on how to set up the test environment More... about 13 years ago
Merge pull request #22 from Jvalduvieco/master More... about 13 years ago
Some improvements to documentation More... about 13 years ago
Added more clear examples. More... about 13 years ago
Fixed documentation. auto_delete deletes the queue on consumer disconnection. More... about 13 years ago
Added fanout examples and adjustes queue and exchange settings for easy testing. More... about 13 years ago