| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-3605 : renamed method, corrected brace style for ifs, added tests (per R... | Robert Godfrey | 2012-02-29 | 1 | -11/+30 |
| * | QPID-3871 - Fixed java build, added stub for missing attribute. | Ted Ross | 2012-02-29 | 1 | -0/+5 |
| * | QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess... | Robert Godfrey | 2012-02-28 | 7 | -16/+176 |
| * | QPID-24 : [Java Broker] Fix potential leak of preparedstatement on exception ... | Robert Godfrey | 2012-02-27 | 1 | -3/+4 |
| * | NO-JIRA: Remove unused authentication manager/queue memory-use methods from ... | Keith Wall | 2012-02-27 | 3 | -30/+3 |
| * | QPID-3867: AMQQueueMBean#clearQueue|moveMessages|copyMessages should be certa... | Keith Wall | 2012-02-26 | 5 | -104/+101 |
| * | QPID-24 : Fix potential NPE in log message on recovery of xids where the queu... | Robert Godfrey | 2012-02-24 | 1 | -4/+1 |
| * | AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10 | Robert Godfrey | 2012-02-23 | 28 | -52/+2245 |
| * | QPID-3325: move shutdown hook handling into Broker, set the thread name | Robert Gemmell | 2012-02-23 | 2 | -60/+66 |
| * | QPID-3325: unregister the shutdown hook when closing an ApplicationRegistry i... | Robert Gemmell | 2012-02-22 | 3 | -42/+81 |
| * | QPID-3595 : Python Alternate Exchange tests fail against the Java Broker | Robert Godfrey | 2012-02-21 | 3 | -11/+47 |
| * | QPID-3595 : Python Alternate Exchange tests fail against the Java Broker | Robert Godfrey | 2012-02-21 | 3 | -9/+40 |
| * | QPID-3594 : Python exclusive queue declaration test fails against Java Broker | Robert Godfrey | 2012-02-21 | 1 | -1/+8 |
| * | QPID-3597 : Python Headers Exchange tests fail against Java Broker (Fix Excha... | Robert Godfrey | 2012-02-21 | 3 | -26/+76 |
| * | QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok... | Robert Godfrey | 2012-02-21 | 1 | -2/+3 |
| * | QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok... | Robert Godfrey | 2012-02-21 | 5 | -33/+23 |
| * | QPID-3596 : Python tests fails as Java Broker does not validate for reserved ... | Robert Godfrey | 2012-02-21 | 2 | -32/+63 |
| * | QPID-3861 : Run Python Message Grouping tests against the Java Broker; also f... | Robert Godfrey | 2012-02-21 | 1 | -1/+1 |
| * | QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with inval... | Robert Godfrey | 2012-02-21 | 1 | -1/+4 |
| * | QPID-3588 : Python message echo test fails against Java broker because only e... | Robert Godfrey | 2012-02-20 | 1 | -0/+4 |
| * | QPID-3857: remove the protected Impl method now that we dont need the Session... | Robert Gemmell | 2012-02-20 | 1 | -1/+1 |
| * | QPID-3857: Fix racing conditions on registering session in connection and sen... | Robert Gemmell | 2012-02-20 | 1 | -1/+0 |
| * | QPID-1505 : PlainSaslServer throws and immediately catches and wraps Sasl Exc... | Robert Godfrey | 2012-02-20 | 2 | -28/+37 |
| * | QPID-3855: only increment activeConsumerCount during registration if the subs... | Robert Gemmell | 2012-02-19 | 3 | -3/+68 |
| * | NO-JIRA: stop catching Throwable, we generally shouldnt continue when faced w... | Robert Gemmell | 2012-02-17 | 1 | -1/+1 |
| * | QPID-3850: add switch into default uncaught exception handler to prevent the ... | Robert Gemmell | 2012-02-17 | 1 | -3/+7 |
| * | QPID-3844: allow queryMBeans to succeed without ACL checking, tools like JCon... | Robert Gemmell | 2012-02-16 | 2 | -7/+25 |
| * | QPID-3843: ensure ACL rule evaluation for the ALL operation accounts for the ... | Robert Gemmell | 2012-02-16 | 1 | -2/+2 |
| * | QPID-3848: relax the enforcement of exchange type checking during passive exc... | Robert Gemmell | 2012-02-15 | 2 | -2/+2 |
| * | QPID-3840: corrected qpid-passwd and qpid-run to handle paths with spaces in ... | Keith Wall | 2012-02-15 | 1 | -3/+3 |
| * | QPID-3840: added automated tests for the Java Broker's qpid-passwd script and... | Keith Wall | 2012-02-15 | 2 | -29/+57 |
| * | QPID-3842: Java Broker should report platform and memory size on startup | Keith Wall | 2012-02-14 | 3 | -4/+61 |
| * | QPID-3837: Update message to use the string name of the type. Told you i shou... | Robert Gemmell | 2012-02-14 | 1 | -2/+2 |
| * | QPID-3837: align the 0-10 exception message for an exchange redeclare attempt... | Robert Gemmell | 2012-02-13 | 1 | -2/+2 |
| * | QPID-3829: use a seperate object for reference checking to stop the AMQMessag... | Robert Gemmell | 2012-02-13 | 5 | -31/+18 |
| * | QPID-3824 - Additional queue statistics, posix memory statistics, and broker-... | Ted Ross | 2012-02-09 | 2 | -0/+308 |
| * | QPID-3823: ServerSession unblock(AMQQueue) can cause NPE when trying to remov... | Keith Wall | 2012-02-09 | 4 | -67/+85 |
| * | QPID-3821: Uncaught exception thrown in QueueRunner.run() could cause QueueRu... | Keith Wall | 2012-02-09 | 2 | -21/+30 |
| * | QPID-3809: Java Broker killed by java.net.SocketException: Broken pipe (kille... | Keith Wall | 2012-02-07 | 1 | -6/+18 |
| * | QPID-3816: add client version to connection open logging | Robert Gemmell | 2012-02-06 | 6 | -22/+56 |
| * | QPID-3756: Reorder Java Broker's connection close process so that ConnectionC... | Keith Wall | 2012-02-06 | 1 | -4/+9 |
| * | QPID-3815: remove duplicate setting of the NetworkConnection, this was alread... | Robert Gemmell | 2012-02-06 | 1 | -1/+0 |
| * | NO-JIRA: remove factory method only used by test | Robert Gemmell | 2012-02-06 | 2 | -8/+4 |
| * | QPID-3814: ensure the 0-10 client sends its version number during ConnectionS... | Robert Gemmell | 2012-02-05 | 9 | -73/+48 |
| * | QPID-3812: ExceptionListenerTest sporadically fails on java-mms-0.10 | Keith Wall | 2012-02-05 | 1 | -5/+9 |
| * | QPID-3813: allow configuring the default version reply to an unsupported prot... | Robert Gemmell | 2012-02-04 | 5 | -24/+95 |
| * | QPID-3794: calculate a sleep interval to account for previous overlsleep, to ... | Robert Gemmell | 2012-02-04 | 1 | -1/+6 |
| * | QPID-3805: Remove allow-all/deny-all security plugins from Java Broker. | Keith Wall | 2012-02-02 | 4 | -206/+5 |
| * | QPID-3802: Broker command line processing --help (-h) and --version (-v) no l... | Keith Wall | 2012-02-02 | 3 | -52/+99 |
| * | QPID-3801 : [Java] Move JMS Selector code into common | Robert Godfrey | 2012-02-02 | 18 | -2855/+117 |