summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-2684-3569/+1586
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-2539-386/+1237
* QPID-5907 : [Java Broker] Remove unreferenced messages from the store in asyn...Robert Godfrey2014-07-251-2/+19
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-2549-349/+672
* NO-JIRA: [Java System Tests] Remove duplicated testKeith Wall2014-07-252-172/+34
* QPID-5857: Remove unreliable system test ConsumerLoggingTest.testSubscription...Alex Rudyy2014-07-251-48/+0
* QPID-5891: Strengthen BDB HA operational logging testsAlex Rudyy2014-07-251-10/+22
* [QPID-5852]: connection.opened() returns True after unsuccessful connection (...Pavel Moravec2014-07-241-1/+2
* NO-JIRA: [Java Broker] update JMX QueueInformation example to use the necessa...Keith Wall2014-07-241-14/+20
* QPID-5915: [Java Broker] Ensure that closing a Connection model object also c...Keith Wall2014-07-246-50/+127
* QPID-5921, QPID-5923: adjustments and exclusions for new tests using swigged ...Gordon Sim2014-07-243-6/+26
* QPID-5923: check requested node type when handling deleteGordon Sim2014-07-242-4/+34
* QPID-5921: add missing clause to resolution logic for when only exchange exis...Gordon Sim2014-07-242-0/+63
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-2449-616/+506
* QPID-5918: [Java Broker] Use the interpolation of file.separator to build pat...Keith Wall2014-07-243-9/+9
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-2315-1213/+2178
* NO-JIRA: Fix typo in swig_python_typemaps.Alan Conway2014-07-231-1/+1
* QPID-5815Michael Goulish2014-07-231-0/+5
* QPID-5913: [Java Broker] Remove explict dependency on Crypto-JSKeith Wall2014-07-238-13/+54
* QPID-5917 : deleting a user from a SCRAM-* auth provider causes the auth prov...Robert Godfrey2014-07-232-19/+16
* QPID-5796: [Java Broker] Prevent possibility of AOOBE if connection registry ...Keith Wall2014-07-221-42/+45
* QPID-5912: [Java Broker] Prevent failure to send to a consumer on the straigh...Keith Wall2014-07-223-88/+99
* QPID-5910Michael Goulish2014-07-223-7/+21
* QPID-5576 : Detect closure of sockets better and do not leave threads waiting...Robert Godfrey2014-07-2210-101/+255
* QPID-5903: Apply json escaping mechanism to virtualhost blueprints used in in...Keith Wall2014-07-222-2/+2
* QPID-5911: [Java Broker] Increase default maximum heap size from 1g to 2gKeith Wall2014-07-223-3/+3
* QPID-5400 : stop waiting for SASL completion if the connection is closed for ...Robert Godfrey2014-07-223-13/+20
* QPID-5426 : Allow use of a URL for properties file initial context factoryRobert Godfrey2014-07-211-7/+18
* QPID-5776 : Clean up sessions and links on AMQP 1.0 connection closingRobert Godfrey2014-07-213-9/+43
* QPID-5768 : Fix error messageRobert Godfrey2014-07-211-1/+1
* QPID-5768 : Allow authenticated LDAP searchRobert Godfrey2014-07-212-2/+41
* QPID-2969 : Make constructor for AMQAnyDestination public so it can be (de)se...Robert Godfrey2014-07-211-5/+6
* QPID-5884 : Add additional SASL mechanisms to the JMS AMQP 1.0 clientRobert Godfrey2014-07-212-68/+608
* NO-JIRA: Fix unreachable code in Waitable.cppAlan Conway2014-07-211-1/+2
* QPID-5909: Allow setting of BDB HA message store durability many timesAlex Rudyy2014-07-212-19/+25
* QPID-5891: Add operational logging for the cases when remote node becomes det...Alex Rudyy2014-07-214-0/+118
* QPID-5884 : The client should not send SASL Init frame where no mechanism is ...Robert Godfrey2014-07-211-0/+13
* QPID-5884 : The broker should not NPE if it receives a SASL Init request wher...Robert Godfrey2014-07-211-2/+2
* QPID-5413: [Java Broker] BDB HA VHN/VH UI text changes and improved JS valida...Andrew MacBean2014-07-214-5/+11
* QPID-5908: merge annotations into properties, don't replace existing elementsGordon Sim2014-07-211-2/+17
* QPID-5413: [Java Broker] BDB HA VHN/VH UIKeith Wall2014-07-215-14/+187
* QPID-4520 : The deletion of autodelete queue due to autodeletion should not r...Robert Godfrey2014-07-212-6/+72
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-2017-374/+1473
* QPID-2969: Make AMQConnectionFactory and AMQDestination (and subclasses) seri...Keith Wall2014-07-2018-25/+369
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-207-26/+61
* QPID-5719: HA becomes unresponsive once any of the brokers are SIGSTOPedAlan Conway2014-07-181-2/+14
* QPID-4947: Injecting derived host address failed to strip IPv6 [] decorationCharles E. Rolke2014-07-181-3/+8
* QPID-5888: transaction should always be aborted on failoverAlan Conway2014-07-184-21/+42
* NO-JIRA: Added qpid-ha query --all flag.Alan Conway2014-07-181-24/+50
* No-JIRA: Get rid of throw in destructor for ~Waitable.Alan Conway2014-07-181-18/+8