summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorJani Hur <webmaster@jani-hur.net>2012-09-29 18:10:42 +0300
committerAlan Antonuk <aega@med.umich.edu>2012-10-05 10:31:26 -0400
commit2fd0ccf00717b68fae4cc0007bde26f6601fd9bb (patch)
tree2e396d8340eb9afe94a78edca0eaf56e5aa19e8a /.hgignore
parentb7b379acd60776cedf211f262b9ee5ff55bee96a (diff)
downloadrabbitmq-c-github-ask-2fd0ccf00717b68fae4cc0007bde26f6601fd9bb.tar.gz
New example: amqp_rpc_sendstring_client. The client sends a plain text message to a queue and expects to receive a reply to a private reply_to queue.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 99d8fa6..7c8a99f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -22,6 +22,7 @@
^tests/test_tables$
^tests/test_parse_url$
^examples/amqp_sendstring$
+^examples/amqp_rpc_sendstring_client$
^examples/amqp_exchange_declare$
^examples/amqp_listen$
^examples/amqp_producer$