summaryrefslogtreecommitdiff
path: root/examples/amqp_consumer.c
Commit message (Expand)AuthorAgeFilesLines
* FIX: destroy amqp_envelope_t in consumer exampleAlan Antonuk2013-08-201-0/+2
* Add a high level API for consuming messagesAlan Antonuk2013-07-081-40/+59
* Make connection the socket object ownerAlan Antonuk2013-07-031-2/+1
* Start addressing review commentsMichael Steinert2013-04-091-1/+1
* Convert amqp:// examples to use new socket APIMichael Steinert2013-04-091-5/+14
* Updating license yearAlan Antonuk2013-04-081-0/+3
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-13/+19
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Remove trailing whitespaceDavid Wragg2011-07-051-1/+1
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Make the examples compile and work under WindowsDavid Wragg2010-10-211-6/+5
* Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-211-4/+4
* Eliminate // commentsDavid Wragg2010-10-211-2/+2
* 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
* | Eliminate unnecessary includes of errno.hDavid Wragg2010-07-281-1/+0
* | die_on_error expects a librabbitmq error codeDavid Wragg2010-07-271-1/+2
* | Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-261-1/+1
* | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-3/+7
* | Remove uses of the GNU-specific %ll printf format modifierDavid Wragg2010-05-301-2/+2
* | Add amqp_end_connection, which closes the socket and destroys the connectionDavid Wragg2010-05-301-2/+1
|/
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-211-0/+50
* Remove amqp_rpc_reply global variable, making it instead state-localTony Garnock-Jones2010-02-181-4/+4
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-201-1/+1
* Support for multiple channels.Tony Garnock-Jones2009-05-121-2/+4
* Use amq.direct instead of the default exchangeTony Garnock-Jones2009-05-071-1/+1
* Introduce more mid-level APITony Garnock-Jones2009-05-071-45/+8
* Simple producer/consumer examplesTony Garnock-Jones2009-04-301-0/+172