summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_consumer.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright on files changed in 2014.Alan Antonuk2014-08-261-1/+1
|
* FIX: incorrect OOM for 0-len xchg in amqp_consume.Alan Antonuk2014-07-111-3/+10
| | | | | | | This fixes a bug in amqp_consume where the function would incorrectly return an OOM condition when a 0-length exchange name was returned. Fixes #192
* Right unexpected frames requeue in amqp_consumer.cOleg Blednov2013-11-051-2/+2
|
* FIX: handle 0-len msg body in amqp_read_messageAlan Antonuk2013-07-101-5/+9
|
* FIX: basic_properties_clone handle 0-len stringsAlan Antonuk2013-07-101-6/+10
| | | | Properly handle 0-length strings in amqp_basic_properties_clone()
* Add a high level API for consuming messagesAlan Antonuk2013-07-081-0/+293