summaryrefslogtreecommitdiff
path: root/tools/consume.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-271-34/+2
* tools: remove unused config.h includeAlan Antonuk2021-04-191-4/+0
* Format code with clang-formatAlan Antonuk2017-12-051-81/+55
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* Squash warnings about static initializers in tools.initializer_warningsAlan Antonuk2015-05-031-10/+10
* amqp-consume: support consuming N messages at a timeAntonio Terceiro2014-09-031-3/+24
* Non-exclusive queue declaration in amqp-consume.Marc Falzon2013-08-211-5/+11
* listen to multiple routing keys separated by commasBrian Hammond2013-06-261-5/+29
* Updating license yearAlan Antonuk2013-04-081-0/+3
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-146/+161
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-1/+1
* Add config.h header guardsMichael Steinert2012-05-171-0/+2
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Add an option to limit how many messages are consumedDavid Wragg2011-11-091-3/+14
* Remove trailing whitespaceDavid Wragg2011-07-051-6/+6
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-211-4/+4
* merge default into bug22951Alexandru Scvortov2010-08-171-54/+36
|\
| * add missing initializersDavid Wragg2010-08-091-2/+2
| * Refine amqp-consume options for 0-9-1 queue declaration semanticsDavid Wragg2010-08-081-54/+36
* | removed auto-delete parameter from exchange.declareAlexandru Scvortov2010-08-161-1/+1
* | merged default into bug22951Alexandru Scvortov2010-08-041-1/+1
|\ \ | |/ |/|
| * this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-091-1/+1
* | A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-0/+1
* | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-4/+4
* | Move all includes of popt.h into common.h, which depends on it anywayDavid Wragg2010-05-301-2/+0
|/
* Move the common_consume code into consume.cDavid Wragg2010-05-251-8/+111
* amqp-consume should display usage info when the command is omitted.David Wragg2010-02-231-2/+3
* Add license blockDavid Wragg2010-02-211-0/+50
* Command line AMQP tools based on rabbitmq-cDavid Wragg2010-02-201-0/+77