summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-0/+13
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-3/+14
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-252-8/+21
* QPID-3332: Separate open/idle transaction timeout tests to remove the possibi...Keith Wall2011-09-231-1/+1
* QPID-2672: Unroutable persistent messages should be immediately removed from ...Keith Wall2011-09-156-73/+87
* QPID-3486: Make connector server port used for JMX configurable.Keith Wall2011-09-145-128/+172
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-134-3/+84
* QPID-3459: Increments delivery counter before transfering message to client i...Robert Gemmell2011-09-122-2/+2
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-0913-279/+548
* QPID-2901: fixes racing conditions on broker side when TopicDeletePolicy is c...Robert Gemmell2011-09-072-1/+15
* QPID-3467: replace the 'connection id' with the Username of the logged in use...Robert Gemmell2011-09-073-15/+51
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-079-96/+196
* QPID-3463: Adds catching of Throwable on broker startupRobert Gemmell2011-09-061-1/+1
* QPID-2720: prevent NPE's in event we didnt fully set up the PluginManagerRobert Gemmell2011-08-261-9/+12
* QPID-3266: Tidy up housekeeping configuration option for scheduling frequencyKeith Wall2011-08-263-12/+31
* QPID-3452: Broker now unregisters any remaining subscriptions on receipt of S...Keith Wall2011-08-251-0/+21
* QPID-2904: Avoid race condition between SubFlushRunner and MinaAcceptor threa...Keith Wall2011-08-221-8/+17
* QPID-2720: make the PluginManager able to work with a pre-existing BundleContextRobert Gemmell2011-08-215-79/+123
* QPID-3414: Refactoring. List of packages to be exported as OSGi system packag...Robert Gemmell2011-08-214-48/+240
* QPID-3439: add intermediate task class for Signal handling using reflection t...Robert Gemmell2011-08-212-29/+109
* QPID-3430: enable excluding protocol versions from the SSL port(s) on the com...Robert Gemmell2011-08-181-37/+49
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-182-15/+3
* QPID-3385: remove old ID generator left over after earlier commitRobert Gemmell2011-08-151-3/+0
* Undoing commits of stuff that was meant for my 1-0 sandboxRobert Godfrey2011-08-1410-958/+930
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-1410-930/+958
* QPID-2873: ensure that queues in the configuration file are always bound to t...Robert Gemmell2011-08-132-34/+33
* NO-JIRA: the Java build was broken by r1156604, add stubs to allow compilationRobert Gemmell2011-08-131-0/+11
* QPID-3387: use the subscription ID to track rejection rather than the subscri...Robert Gemmell2011-08-084-14/+9
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-089-69/+133
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-089-92/+86
* QPID-2903, QPID-3390, QPID-3392: split tests into those with and without exch...Robert Gemmell2011-08-041-1/+13
* QPID-2899: log the exceptionRobert Gemmell2011-08-031-0/+3
* QPID-2899: ensure otherwise unhandled exceptions close the Session with an Ex...Robert Gemmell2011-08-021-6/+13
* QPID-3064, QPID-3157: ensure that if the node marker is pointing at the tail ...Robert Gemmell2011-07-311-2/+4
* QPID-3064, QPID-3157: ensure the node for a given Subscription is unlinked fr...Robert Gemmell2011-07-302-99/+132
* QPID-3339: set the security Subject during the closed() invocation to prevent...Robert Gemmell2011-07-301-4/+8
* QPID-3255: update management console to remove redundant user management func...Robert Gemmell2011-07-212-26/+5
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-1513-403/+438
* QPID-2815: move conversion of logWatch argument into milliseconds into Broker...Robert Gemmell2011-07-143-14/+26
* QPID-3345: restore/add ability to use sys props to select the NetworkTranspor...Robert Gemmell2011-07-141-1/+1
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-1325-144/+336
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-077-51/+51
* QPID-2815: refactor broker startup to present a clean interface interface for...Robert Gemmell2011-07-075-451/+735
* QPID-3026: remove incomplete support for multiple ApplicationRegistry instanc...Robert Gemmell2011-07-078-108/+108
* NO-JIRA: remove interface method @overridesRobert Gemmell2011-07-074-6/+0
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-0711-173/+174
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-071-33/+6
* QPID-2720: revert commit from r1142454 due to test failures (note to self, co...Robert Gemmell2011-07-031-116/+102
* QPID-2720: enable setting an alternative BundleContext to allow the broker to...Robert Gemmell2011-07-031-102/+116
* QPID-3331: Update trunk versions to 0.13 for the next releaseJustin Ross2011-06-301-1/+1