summaryrefslogtreecommitdiff
path: root/src/rabbit_channel_interceptor.erl
Commit message (Collapse)AuthorAgeFilesLines
* internal_error -> precondition_failedbug26120Alvaro Videla2014-04-291-5/+5
|
* updates intercept callback signatureAlvaro Videla2014-04-291-15/+10
|
* updates intercept callback typeAlvaro Videla2014-04-211-1/+1
|
* internal_error -> precondition_failedAlvaro Videla2014-04-211-6/+6
|
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|
* merge bug25817 into defaultMatthias Radestock2014-02-021-0/+2
|\
| * shut up dialyzerMatthias Radestock2014-02-021-1/+3
| |
* | don't intercept performance critical methodsbug25817Matthias Radestock2014-02-021-3/+6
|/ | | | This improves 'PerfTest' by ~10% when running with one scheduler
* updates interceptor behaviour specAlvaro Videla2014-01-221-2/+2
|
* passes vhost to interceptorAlvaro Videla2014-01-221-8/+8
|
* checks the interceptor returns the right methodAlvaro Videla2014-01-081-7/+19
|
* passes the right argument type to rabbit_channel_interceptor:select/1Alvaro Videla2014-01-031-1/+1
|
* basic.publish performance degrades if called with intercept_methodAlvaro Videla2013-12-191-0/+3
| | | | | | | | ./runjava.sh com.rabbitmq.examples.PerfTest -y0 yields around 75k msgs/sec without this change it yields 62k msgs/sec max and that?s without any interceptor registered
* refactors intercept_method error handlingAlvaro Videla2013-12-191-4/+12
|
* handle interceptor exceptions at the channel level.Alvaro Videla2013-12-181-14/+5
|
* refactors channel interceptorAlvaro Videla2013-12-181-79/+32
|
* adds missing interceptor callsAlvaro Videla2013-10-151-0/+2
|
* passes intercept_method() to intercept functionAlvaro Videla2013-10-151-11/+13
|
* improves interceptor priority handlingAlvaro Videla2013-10-131-8/+35
|
* adds channel interceptorAlvaro Videla2013-10-131-0/+93