summaryrefslogtreecommitdiff
path: root/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* made a copyRobert Godfrey2007-03-2246-513/+923
* QPID-346 Message loss after rollbackMartin Ritchie2007-02-2317-502/+944
* QPID-348 Reverted unecessary nowait addition to amqp Basic.Recover spec.Martin Ritchie2007-02-211-7/+4
* QPID-348 Problems related to prefetching of messages Martin Ritchie2007-02-211-2/+11
* QPID-325 : Persist durable exchange information in the storeRobert Godfrey2007-02-2028-204/+419
* Intelj renamed AMQInvalidArgumentException in the generated code not the gram...Martin Ritchie2007-02-201-3/+3
* Renamed AMQInvalidSelectorException to be AMQInvalidArgumentException to bett...Martin Ritchie2007-02-201-5/+2
* QPID-372, QPID-376 Broker now ignores all frames for closing channels. Martin Ritchie2007-02-192-10/+93
* QPID-375 : Default Exchange fixesRobert Godfrey2007-02-191-2/+8
* QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e...Robert Godfrey2007-02-181-8/+1
* QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e...Robert Godfrey2007-02-165-11/+55
* QPID-376 - Updated All Handlers to throw channel exception when channel is null.Martin Ritchie2007-02-161-4/+4
* QPID-11 remove protocol literals from code. Martin Ritchie2007-02-161-2/+2
* QPID-11 remove protocol literals from code. Martin Ritchie2007-02-1623-92/+193
* QPID-372 Broker doesn't wait for ChannelClose-Ok.Martin Ritchie2007-02-164-98/+134
* BasicConsumeMethodHandler - tidied up local channel/connection close frame wr...Martin Ritchie2007-02-161-32/+17
* QPID-366 : Reference counting not being decremented correctly and other persi...Robert Godfrey2007-02-1513-63/+136
* Applied QPID-162 patches from Kevin SmithMartin Ritchie2007-02-14127-780/+761
* Applied QPID-6 SSL Options patch from Kevin SmithMartin Ritchie2007-02-143-36/+48
* QPID-367 Bhupendra Bhusman Bhardwaj2007-02-141-6/+7
* Fix for null virtual host (which got converted to the invalid string 'null').Gordon Sim2007-02-121-1/+1
* QPID-170Bhupendra Bhusman Bhardwaj2007-02-094-77/+177
* QPID-357 : Add support for a "default" virtual hostRobert Greig2007-02-093-1/+25
* QPID-170Bhupendra Bhusman Bhardwaj2007-02-075-3/+108
* QPID-326Bhupendra Bhusman Bhardwaj2007-02-055-19/+53
* QPID-326 : Patch supplied by Rob Godfrey - add oldest message on queue notifi...Robert Greig2007-02-0514-164/+412
* QPID-331Bhupendra Bhusman Bhardwaj2007-02-011-1/+6
* 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