summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-334 WeakReferenceMessageHandle uses a singleton so when body is purged b...Martin Ritchie2007-01-311-8/+7
* fixed the null pointer, which occurs when there are no messages in the queueBhupendra Bhusman Bhardwaj2007-01-301-2/+2
* QPID-327 : Patch supplied by Rob Godfrey - [race condition] PoolingFilter : P...Robert Greig2007-01-292-1/+21
* QPID-322 : Patch supplied by Rob Godfrey - Message reference count not being ...Robert Greig2007-01-291-0/+1
* QPID-320 : Patch supplied by Rob Godfrey - Improve performance by remembering...Robert Greig2007-01-2917-147/+220
* QPID-319 Bhupendra Bhusman Bhardwaj2007-01-255-27/+41
* QPID-318 : Patch supplied by Rob Godfrey - remove hard-coding of protocol valuesRobert Greig2007-01-253-21/+6
* QPID-318 : Patch supplied by Rob Godfrey - Remove hard-coding of protocol ver...Robert Greig2007-01-254-13/+23
* QPID-317 : Patch supplied by Rob Godfrey - Remove dependency on JMS from comm...Robert Greig2007-01-2418-450/+65
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-242-6/+7
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-241-1/+10
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-241-0/+16
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-2459-423/+911
* QPID-314 : Patch supplied by Rob Godfrey - treat non-durable exclusive queues...Robert Greig2007-01-231-1/+1
* modified the mbean and mbean test for any failure in creating TabularData(for...Bhupendra Bhusman Bhardwaj2007-01-221-1/+1
* QPID-275 : Patch supplied by Rob Godfrey - Add support for get / purge / qos ...Robert Greig2007-01-222-0/+158
* QPID-275 : Patch supplied by Rob Godfrey - Add support for get / purge / qos ...Robert Greig2007-01-1927-783/+552
* QPID-299 Messages not being correctly requeued when transacted session closedRobert Greig2007-01-161-0/+1
* QPID-295Bhupendra Bhusman Bhardwaj2007-01-151-11/+23
* Created common AMQMethodListener class, allowing the Request and Response man...Kim van der Riet2007-01-123-72/+28
* QPID-32 : Persistence OptimisationRobert Greig2007-01-121-0/+3
* QPID-276Martin Ritchie2007-01-124-12/+29
* QPID-146 QPID-112 QPID-278Martin Ritchie2007-01-121-3/+2
* Refactor to create a common AMQMethodEvent object. Also created a common AMQP...Kim van der Riet2007-01-1131-99/+31
* QPID-32 Fix for non-persistent message sendingRobert Greig2007-01-111-1/+1
* QPID-32: transaction fixesRobert Greig2007-01-119-29/+154
* QPID-32 : Add persistence to work with ShortStringsRobert Greig2007-01-116-11/+20
* QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more...Robert Greig2007-01-108-68/+180
* QPID-273 : (Patch supplied by Rob Godfrey) Remove unnecessary Map creationRobert Greig2007-01-102-186/+174
* QPID-271 : (Patch supplied by Rob Godfrey) Implement fanout exchangeRobert Greig2007-01-103-1/+214
* QPID-269 : (Patch supplied by Rob Godfrey) Add getType() to ExchangeRobert Greig2007-01-094-0/+19
* QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri...Robert Greig2007-01-0848-233/+246
* QPID-32: new model for holding and processing message in memory to support ne...Robert Greig2007-01-0758-1182/+2562
* Fixed C++ client sending protocol version 0-0 over the wire. Minor fixes and ...Kim van der Riet2007-01-041-7/+4
* QPID-233 : Patch from Rob Godfrey - fix to lock.unlock() bugRobert Greig2007-01-011-1/+1
* Reduced logging level to debug to avoid performance sapping outputRobert Greig2006-12-291-10/+38
* MBean created as a separate classBhupendra Bhusman Bhardwaj2006-12-282-167/+201
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-222-53/+132
* AMQP version using new generator - Part 1. In these changes, all places where...Kim van der Riet2006-12-2226-73/+274
* QPID-188 Bhupendra Bhusman Bhardwaj2006-12-214-32/+15
* QPID-101Martin Ritchie2006-12-206-49/+243
* QPID-21 outstanding issues:Martin Ritchie2006-12-206-40/+126
* QPID-222Martin Ritchie2006-12-191-1/+3
* Maven output clean up.Martin Ritchie2006-12-191-2/+7
* QPID-216Martin Ritchie2006-12-1910-68/+112
* QPID-188 Bhupendra Bhusman Bhardwaj2006-12-191-0/+1
* QPID-21Martin Ritchie2006-12-1931-44/+3831
* clean up warnings about unused variablesStephen Vinoski2006-12-183-4/+3
* QPID-212 QPID-214 Patch supplied by Rob GodfreyRobert Greig2006-12-182-9/+15
* null check added for null header propertiesBhupendra Bhusman Bhardwaj2006-12-181-7/+14