summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3871 - Fixed java build, added stub for missing attribute.Ted Ross2012-02-291-0/+5
* QPID-3867: Address review comment from Robbie GemmellKeith Wall2012-02-281-2/+14
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-2811-21/+190
* QPID-2478 : Removing exclusion from test profiles as the test now seems to passRobert Godfrey2012-02-281-4/+0
* QPID-2621 : [Java Client] Calling QueueBrowser.getEnumeration on a stopped co...Robert Godfrey2012-02-272-0/+21
* QPID-2020 : [Java Client] create[Durable]ConnectionConsumer should throw JMSE...Robert Godfrey2012-02-271-4/+5
* QPID-24 : [Java Broker] Fix potential leak of preparedstatement on exception ...Robert Godfrey2012-02-271-3/+4
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-277-41/+110
* QPID-3774: AcknowlegdeTest should also sync after sending more non-transactio...Keith Wall2012-02-271-7/+11
* NO-JIRA: Remove unused authentication manager/queue memory-use methods from ...Keith Wall2012-02-273-30/+3
* NO-JIRA: Java Broker: Remove unsed method from ContentHeaderBody.javaKeith Wall2012-02-271-11/+0
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-271-1/+1
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-277-138/+239
* QPID-3867: AMQQueueMBean#clearQueue|moveMessages|copyMessages should be certa...Keith Wall2012-02-266-124/+320
* NO-JIRA: rename the felix dep, we are using the 'main' bundle not the 'framew...Robert Gemmell2012-02-257-33/+62
* QPID-24 : Fix potential NPE in log message on recovery of xids where the queu...Robert Godfrey2012-02-241-4/+1
* QPID-1199 : [Java Client] Can not (actually you can) append to BytesMessage a...Robert Godfrey2012-02-231-0/+43
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-2363-111/+2784
* 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