Skip to content

Commit

Permalink
adds debugging information
Browse files Browse the repository at this point in the history
  • Loading branch information
videlalvaro committed May 16, 2011
1 parent 914247c commit 579cec4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -32,6 +32,18 @@ Then to stop the consumer, send to it the `quit` message:

$ php amqp_publisher.php quit

# Debugging #

If you want to know what's going on at a protocol level then add the following constant to your code:

<?php
define('AMQP_DEBUG', true);

... more code

?>


# Original README: #

PHP library implementing Advanced Message Queuing Protocol (AMQP).
Expand Down

0 comments on commit 579cec4

Please sign in to comment.