summaryrefslogtreecommitdiff
path: root/examples/amqp_exchange_declare.c
Commit message (Expand)AuthorAgeFilesLines
* Enable auto_delete & internal for exchange.declareAlan Antonuk2014-10-191-1/+1
* 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-3/+4
* 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
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Make the examples compile and work under WindowsDavid Wragg2010-10-211-3/+1
* Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-211-1/+1
* removed auto-delete parameter from exchange.declareAlexandru Scvortov2010-08-161-1/+1
* Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-261-1/+1
* 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-2/+2
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-201-1/+1
* Support for multiple channels.Tony Garnock-Jones2009-05-121-2/+4
* Introduce more mid-level APITony Garnock-Jones2009-05-071-17/+3
* More examples; clean shutdownTony Garnock-Jones2009-04-271-0/+62