summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up on DOWN and emit basic.cancelMatthew Sackman2011-02-171-14/+32
|
* Maybe monitor queues on consume, maybe unmonitor on cancelMatthew Sackman2011-02-171-21/+44
|
* Merge bug23839 (Add capabilities to client connection)Simon MacMullen2011-02-176-33/+48
|\
| * use the correct api written for this purpose.Matthew Sackman2011-02-171-3/+3
| |
| * /...consistently.../Matthew Sackman2011-02-171-2/+2
| |
| * Merging default to bug23839Matthew Sackman2011-02-166-33/+48
| |\
| | * Move capabilities to after the vhost consistentlyMatthew Sackman2011-02-155-25/+25
| | |
| | * Pass client capabilities through to the channelMatthew Sackman2011-02-146-38/+53
| | |
* | | s/now_millis/now_micros - so the name matches the functionMatthias Radestock2011-02-171-3/+3
| | | | | | | | | | | | spotted by John
* | | bug21741 merged into defaultMarek Majkowski2011-02-167-17/+28
|\ \ \ | |/ / |/| |
| * | Rename rabbitmq.confEmile Joubert2011-02-034-15/+15
| | |
| * | First version of renaming rabbitmq.confEmile Joubert2011-02-024-2/+13
| | |
* | | Merged bug23840 into defaultEmile Joubert2011-02-163-25/+38
|\ \ \
| * | | Whoops. Forgot theseMatthew Sackman2011-02-151-6/+9
| | | |
| * | | Supply server capabilitesMatthew Sackman2011-02-141-12/+20
| | | |
| * | | Make server_properties a /1Matthew Sackman2011-02-142-8/+10
| | |/ | |/|
* | | simplified and better error reporting on queue declare arg checksMatthias Radestock2011-02-151-17/+7
| | |
* | | Merged bug23842 into defaultEmile Joubert2011-02-140-0/+0
|\ \ \
* | | | print usage message for all command line parsing errorsMatthias Radestock2011-02-141-15/+11
|/ / /
* | | merge bug23829 into defaultAlexandru Scvortov2011-02-142-3/+4
|\ \ \ | |/ /
| * | Merging bug23609 to defaultMatthew Sackman2011-02-142-2/+2
| |\ \
| | * \ merge bug23765 into default (current sync interval in queue_process and ↵Alexandru Scvortov2011-02-1422-93/+840
| | |\ \ | | | | | | | | | | | | | | | msg_store causes poor confirms performance)
| | * | | Bump up sync timers in queue and msg_store to 25msMatthew Sackman2011-01-312-2/+2
| | | | |
| * | | | moved call for call deletion notification into FunTim Fox2011-02-111-1/+2
| | |/ / | |/| |
* | | | Added documentationMatthew Sackman2011-02-121-0/+9
| | | |
* | | | Add ability to change backing module dynamicallyMatthew Sackman2011-02-111-0/+16
|/ / /
* | | Merged bug23811 (no need for amqqueue:notify_sent to use delegate)Simon MacMullen2011-02-101-1/+1
|\ \ \
| * | | use a plain cast, not delegateMatthew Sackman2011-02-071-1/+1
| | | |
* | | | Merge bug23813 (abstract rabbit out of delegate)Simon MacMullen2011-02-1017-52/+759
|\ \ \ \
| * \ \ \ merge bug23806 into default (Re-declaring a queue on a different cluster ↵Alexandru Scvortov2011-02-094-18/+57
| |\ \ \ \ | | | | | | | | | | | | | | | | | | node fails)
| | * | | | Added test which covers the mysteriously dead queue on queue declaration, ↵Matthew Sackman2011-02-081-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | and hence misc:is_process_alive
| | * | | | I need a much longer timeout for these tests...Matthew Sackman2011-02-081-1/+1
| | | | | |
| | * | | | Merging default to bug23806Matthew Sackman2011-02-086-20/+100
| | |\ \ \ \
| | * | | | | abstract out is_process_aliveMatthew Sackman2011-02-083-19/+29
| | | | | | |
| | * | | | | remove non-rpc'd call to is_process_alive - now matches the rpc version in ↵Matthew Sackman2011-02-071-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | amqqueue_process
| * | | | | | Merge bug23792 into defaultSimon MacMullen2011-02-095-15/+13
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Make tcp listen options configurableMatthew Sackman2011-02-025-15/+13
| | | |_|_|/ | | |/| | |
| * | | | | merge bug23814 into default (misc:with_exit_handler is missing a match for ↵Alexandru Scvortov2011-02-081-2/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nodedown and shutdown)
| | * | | | | Make with_exit_handler more robust and able to cope with the other forms of ↵Matthew Sackman2011-02-071-2/+5
| | | |/ / / | | |/| | | | | | | | | | | | | | | shutdown and nodedown
| * | | | | Merging bug22698 to defaultMatthew Sackman2011-02-084-15/+88
| |\ \ \ \ \
| | * | | | | remove listeners when the rabbit application is stoppedAlexandru Scvortov2011-02-071-5/+3
| | | | | | |
| | * | | | | Refactoring, cosmetics, consistency, return codesMatthew Sackman2011-02-072-14/+11
| | | | | | |
| | * | | | | merge from defaultAlexandru Scvortov2011-02-035-10/+30
| | |\ \ \ \ \
| | * | | | | | add testAlexandru Scvortov2011-02-033-6/+39
| | | | | | | |
| | * | | | | | make cluster nofitication a boot step; don't print to screenAlexandru Scvortov2011-01-312-13/+33
| | | | | | | |
| | * | | | | | cleanup after rabbit goes down on a clustered nodeAlexandru Scvortov2011-01-311-6/+12
| | | | | | | |
| | * | | | | | monitor rabbits on clustered nodesAlexandru Scvortov2011-01-312-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a rabbit starts, it, * informs every other running node in the cluster that it has started, and * registers every other running node in the cluster as running. This should handle every possible case of nodes joining clusters, since every join should be followed by that node starting. We can't just monitor 'rabbit' on node ups, since those come in when mnesia joins the cluster. The rabbit process starts up a bit later.
| | * | | | | | merge from defaultAlexandru Scvortov2011-01-312-0/+6
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ merge from default (rabbitmq-multi works again)Alexandru Scvortov2011-01-253-2/+4
| | | |\ \ \ \ \ \
| | | * | | | | | | monitor the rabbit app on some remote nodesAlexandru Scvortov2011-01-251-0/+5
| | | | | | | | | |