summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3325: move shutdown hook handling into Broker, set the thread nameRobert Gemmell2012-02-232-60/+66
* QPID-3789: restore one of the improvements made in this JIRA which was inadve...Robert Gemmell2012-02-221-8/+13
* QPID-3325: unregister the shutdown hook when closing an ApplicationRegistry i...Robert Gemmell2012-02-223-42/+81
* NO-JIRA: Extend genpom's search path to include a modules private /lib directoryKeith Wall2012-02-221-1/+1
* QPID-3865: Remove unreliable CancelTestKeith Wall2012-02-221-101/+0
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-214-17/+47
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-215-12/+41
* QPID-3595 : Python Alternate Exchange tests (don't) fail against the Java BrokerRobert Godfrey2012-02-211-3/+0
* QPID-3594 : Python exclusive queue declaration test fails against Java BrokerRobert Godfrey2012-02-212-4/+8
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Fix Excha...Robert Godfrey2012-02-214-29/+76
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java AMQP...Robert Godfrey2012-02-212-3/+1
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok...Robert Godfrey2012-02-212-3/+3
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok...Robert Godfrey2012-02-217-34/+28
* QPID-3598 : Python Fanout Exchange query test fails against Java BrokerRobert Godfrey2012-02-211-3/+0
* QPID-3596 : Python tests fails as Java Broker does not validate for reserved ...Robert Godfrey2012-02-213-35/+63
* QPID-3861 : Run Python Message Grouping tests against the Java Broker; also f...Robert Godfrey2012-02-212-4/+6
* QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with inval...Robert Godfrey2012-02-212-4/+4
* QPID-2750: remove erroneous assert about 'LongString' lengthsRobert Gemmell2012-02-201-3/+0
* QPID-3589 : Python tests fails against Java broker due to difference in excep...Robert Godfrey2012-02-201-3/+0
* QPID-3590 : Python test fails because Java broker (correctly) does not suppor...Robert Godfrey2012-02-201-3/+0
* QPID-3588 : Python message echo test fails against Java broker because only e...Robert Godfrey2012-02-201-3/+0
* QPID-3728: remove uncessary restriction on checking against 'internal' brokersRobert Gemmell2012-02-201-1/+1
* QPID-3588 : Python message echo test fails against Java broker because only e...Robert Godfrey2012-02-201-0/+4
* QPID-3095 : AMQBrokerDetails equals() and hashCode() methods do not adhere to...Robert Godfrey2012-02-201-4/+4
* QPID-3857: remove the protected Impl method now that we dont need the Session...Robert Gemmell2012-02-202-8/+1
* QPID-3857: Fix racing conditions on registering session in connection and sen...Robert Gemmell2012-02-202-1/+1
* QPID-1505 : PlainSaslServer throws and immediately catches and wraps Sasl Exc...Robert Godfrey2012-02-202-28/+37
* QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...Robert Godfrey2012-02-202-0/+57
* QPID-3293: add new system properties for setting client send/receive buffer s...Robert Gemmell2012-02-193-9/+78
* QPID-3855: only increment activeConsumerCount during registration if the subs...Robert Gemmell2012-02-193-3/+68
* QPID-3052: add internal and spawned test profiles for the 0-8 and 0-9 protocolsRobert Gemmell2012-02-1912-0/+410
* QPID-3827: FirewallConfigTests fail on FreeBSD Jenkins CI due to peer IP repo...Keith Wall2012-02-181-14/+26
* QPID-3854: SO_REUSEADDR should be applied to server socket before bind()Keith Wall2012-02-181-1/+1
* NO-JIRA: Added extra logging to better understand FailoverMethodTest failure ...Keith Wall2012-02-181-23/+18
* NO-JIRA: update expired test SSL certificateRobert Gemmell2012-02-173-16/+16
* NO-JIRA: fix acking bug in old perftests, add some logging to aid failure ana...Robert Gemmell2012-02-172-22/+8
* QPID-3714: Fix defect in BasicContentHeaderPropertiesKeith Wall2012-02-171-2/+8
* NO-JIRA: stop catching Throwable, we generally shouldnt continue when faced w...Robert Gemmell2012-02-171-1/+1
* QPID-3850: add switch into default uncaught exception handler to prevent the ...Robert Gemmell2012-02-171-3/+7
* QPID-3743: remove try-catch block on converting BDB message meta data entry i...Robert Gemmell2012-02-171-20/+9
* QPID-3846: stop adding useless empty nodes for connections, exchanges, queues...Robert Gemmell2012-02-161-15/+1
* QPID-3845: Change impact attribute for ShutdownMBean to ACTIONRobert Gemmell2012-02-161-3/+5
* QPID-3844: allow queryMBeans to succeed without ACL checking, tools like JCon...Robert Gemmell2012-02-162-7/+25
* QPID-3843: ensure ACL rule evaluation for the ALL operation accounts for the ...Robert Gemmell2012-02-163-27/+204
* NO-JIRA: exclude new python tests for the new QMF stats the broker does not i...Robert Gemmell2012-02-161-0/+1
* QPID-3848: relax the enforcement of exchange type checking during passive exc...Robert Gemmell2012-02-152-2/+2
* QPID-3840: corrected qpid-passwd and qpid-run to handle paths with spaces in ...Keith Wall2012-02-153-6/+14
* QPID-3840: added automated tests for the Java Broker's qpid-passwd script and...Keith Wall2012-02-154-29/+127
* QPID-3842: Java Broker should report platform and memory size on startupKeith Wall2012-02-143-4/+61
* QPID-3837: Update message to use the string name of the type. Told you i shou...Robert Gemmell2012-02-141-2/+2