summaryrefslogtreecommitdiff
path: root/examples/amqp_producer.c
Commit message (Expand)AuthorAgeFilesLines
* Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-261-1/+1
* Remove uses of the GNU-specific %ll printf format modifierDavid Wragg2010-05-301-4/+4
* 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-1/+1
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-201-1/+1
* Support for multiple channels.Tony Garnock-Jones2009-05-121-2/+5
* Use amq.direct instead of the default exchangeTony Garnock-Jones2009-05-071-1/+1
* Simple producer/consumer examplesTony Garnock-Jones2009-04-301-0/+104