summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* clean up tx records in queues when a transaction's channel diesbug20782Matthias Radestock2009-06-051-6/+8
* refactoring: bundle up all the data for a publishMatthias Radestock2009-06-051-6/+7
* Split out internal_declare/2.Tony Garnock-Jones2009-06-041-2/+10
* helper method for not_found errorsMatthias Radestock2009-05-201-3/+1
* merge v1_5 into defaultMatthias Radestock2009-04-201-42/+54
|\
| * merge default into bug20354Matthias Radestock2009-04-151-2/+2
| |\
| | * do not use priorities for notify_sent and unblockMatthias Radestock2009-03-131-2/+2
| * | wait foreverbug20546Matthias Radestock2009-04-011-15/+15
| * | merge v1_5 into defaultMatthias Radestock2009-03-271-12/+25
| |\ \ | | |/ | |/|
| * | prefix all mnesia table names with 'rabbit_'Matthias Radestock2009-01-221-12/+12
| * | don't infer table name from record type in mnesia opsMatthias Radestock2009-01-221-2/+3
| * | merge default into bug19749Matthias Radestock2009-01-161-8/+19
| |\ \
| | * \ Merged 18557 into defaultBen Hood2009-01-161-8/+19
| | |\ \
| | | * | tidying up, refactoring and some cosmetic changesMatthias Radestock2008-12-261-3/+2
| | | * | deal with limiting after consumer subscriptionMatthias Radestock2008-12-231-1/+8
| | | * | merge default into bug18557Matthias Radestock2008-12-181-9/+36
| | | |\ \ | | | |/ / | | |/| |
| | | * | Merged default into 18557Ben Hood2008-12-071-6/+11
| | | |\ \
| | | | * | First cut with some actual load balancing workingBen Hood2008-11-201-0/+5
| | | | * | First stab at basic.qosBen Hood2008-11-181-6/+6
| * | | | | replace all cross-node gen_server:casts with gen_server2:castsbug19759Matthias Radestock2009-01-081-20/+20
| |/ / / /
* | | | | don't remove a queue's durable routes on node_downbug20590Matthias Radestock2009-04-141-12/+13
| |_|_|/ |/| | |
* | | | recover exchanges/bindings/queues in per-item transactionsbug20500Matthias Radestock2009-03-191-13/+26
|/ / /
* | | merged default into bug18381bug18381Tony Garnock-Jones2008-12-091-3/+24
|\ \ \
| * | | qualify various list/info functions with vhostMatthias Radestock2008-12-031-13/+10
| * | | refactoringMatthias Radestock2008-11-191-8/+1
| * | | move info types into common header fileMatthias Radestock2008-11-121-2/+0
| * | | simplify info and info_all API, and extend info item listMatthias Radestock2008-11-111-11/+7
| * | | info_allMatthias Radestock2008-11-071-1/+18
| * | | beginnings of queue info APIMatthias Radestock2008-11-061-1/+21
| | |/ | |/|
* | | Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
| |/ |/|
* | rename node() type to erlang_node()bug19792Matthias Radestock2008-11-211-1/+1
|/
* Merged default into 18776bug18776Ben Hood2008-11-031-11/+11
|\
| * produce a nicer error message for common queue disappearance casebug19491Matthias Radestock2008-10-131-11/+11
* | Default binding should be restored in exchange moduleBen Hood2008-10-101-7/+3
* | Fixes for dialyzerBen Hood2008-10-061-1/+1
* | Merged default into 18776Ben Hood2008-10-061-105/+7
|\ \ | |/ |/|
| * Swapped position of exchange and queue in binding APIsBen Hood2008-09-271-1/+1
| * delete_bindings should take a queue_name() rather than an amqqueue()Ben Hood2008-09-211-2/+2
| * Backed out changeset 031a255683eeBen Hood2008-09-201-1/+1
| * Deleted Arguments parameter in add_binding because we dont do anything with t...Ben Hood2008-09-141-1/+1
| * Moved {add,delete} binding to exchange moduleBen Hood2008-09-141-23/+2
| * Merged delete_temp into delete_queueBen Hood2008-09-141-4/+1
| * Default binding should bind to the default exchange in the queue's vhostBen Hood2008-09-141-1/+1
| * Fixed dialyzer errorBen Hood2008-09-061-1/+1
| * Removed a lot of commented out codeBen Hood2008-09-061-26/+0
| * All of the functional tests now pass, need to compare performace against defaultAman-06-09-08Ben Hood2008-09-061-2/+7
| * Just a little bit of cleanupBen Hood2008-09-051-11/+2
| * Took route deletion out of the amqqueue module, put it in the exchange moduleBen Hood2008-08-291-12/+1
| * Now this is deleting the reverse route as wellBen Hood2008-08-281-1/+8
| * Merged default into 18776Ben Hood2008-08-271-48/+8
| |\