summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 533075-533079 via svnmerge from Martin Ritchie2007-04-273-19/+9
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-04-263-12/+23
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-04-2414-311/+380
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-04-2011-158/+193
* Copied some whitespace only differences from M2 to trunk.Robert Greig2007-04-201-88/+99
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-04-2014-87/+148
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Robert Greig2007-04-1957-472/+3121
* Merged revisions 521363 via svnmerge from Robert Greig2007-04-191-659/+948
* Merged revisions 520938 via svnmerge from Robert Greig2007-04-191-0/+710
* Fix for QPID-439Tejeswar Das2007-04-161-14/+22
* Merged revisions 526714 via svnmerge from Robert Greig2007-04-091-2/+2
* Merged revisions 525531-525536 via svnmerge from Robert Greig2007-04-052-15/+191
* merged from M2 (r521792:522567) QPID-408 QPID-421 QPID-428Bhupendra Bhusman Bhardwaj2007-03-277-19/+56
* Exception thrown should be JMException, because management application don't ...Bhupendra Bhusman Bhardwaj2007-03-211-2/+2
* QPID-420 Adding clientID, AuthorizedId and client version on management consoleBhupendra Bhusman Bhardwaj2007-03-213-4/+40
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Martin Ritchie2007-03-198-124/+26
* Correctly moved amqplain and plain sasl implementationsMartin Ritchie2007-03-166-0/+474
* QPID-70 InVM Authentication QPID-419 Access Control QPID-423 Authentication p...Martin Ritchie2007-03-1639-944/+1744
* - DeliveryManager.getMessage is reimplmented because the ConcurrentLinkedMess...Bhupendra Bhusman Bhardwaj2007-03-153-35/+68
* Short pause to help ensure connection.close comes after last message ack, add...Robert Greig2007-03-153-11/+22
* QPID-415Bhupendra Bhusman Bhardwaj2007-03-153-1/+39
* QPID-170Bhupendra Bhusman Bhardwaj2007-03-151-1/+1
* MBean test moved to broker module because it relates very closely to the Broker.Bhupendra Bhusman Bhardwaj2007-03-141-0/+135
* QPID-411 : ClearQueue functionality of AMQQueue doesn't reset the queue depthBhupendra Bhusman Bhardwaj2007-03-133-0/+245
* Fixed bug where non durable queues would be attempted to be deleted from the ...Martin Ritchie2007-03-131-14/+19
* QPID-408 Queue Depth should be reduced when message is polled from the queue.Bhupendra Bhusman Bhardwaj2007-03-133-1/+423
* QPID-346,QPID-386,QPID-403, QPID-410 Rollback, Basic-Reject, QueueBrowser NO_...Martin Ritchie2007-03-1317-114/+290
* 1. Fixed the AMQQueueMBeanTest failures due to changes in AMQQueuMBean.getQue...Bhupendra Bhusman Bhardwaj2007-03-073-12/+225
* Marked getNextMessage as privateMartin Ritchie2007-03-061-1/+1
* QPID-403 QPID-346 QPID-355 QPID-386 QPID-389 Updates to fix Transactional Rol...Martin Ritchie2007-03-0613-250/+538
* QPID-388 : hand merged the changes done in perftesting branch Bhupendra Bhusman Bhardwaj2007-03-052-22/+7
* (Patch submitted by Rupert Smith) Qpid0394.diffRobert Greig2007-03-014-546/+778
* QPID-383 (Patch submitted by Tomas Restrepo) ssl_really.patchRobert Greig2007-02-283-14/+23
* QPID-391 : Broker Refactoring - initial tidy... add some mechanisms for multi...Robert Godfrey2007-02-2519-310/+700
* 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