summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-3864: add/fix licences in the Java tree for 0.16Robert Gemmell2012-04-194-0/+80
* QPID-3927: ensure that priority is properly accounted for when comparing mess...Robert Gemmell2012-04-043-4/+165
* QPID-3864: Update version strings to 0.16Justin Ross2012-03-083-4/+4
* QPID-3888: ensure the SQEL iterator uses the getNextValidEntry() method to ad...Robert Gemmell2012-03-064-22/+69
* QPID-3408 : Fix the Java Broker code so it both copes with machines where IPv...Robert Godfrey2012-03-052-12/+22
* QPID-3408 : Remove IPv4 specific code from Java Broker, allow to bind to IPv6...Robert Godfrey2012-03-051-1/+1
* QPID-3881: Ensure we only put 0-8/0-9/0-9-1 messages in the store if they are...Robert Gemmell2012-03-059-85/+74
* QPID-3408 : Remove IPv4 specific code from Java Broker, allow to bind to IPv6...Robert Godfrey2012-03-051-31/+3
* QPID-2159: Remove create-example-ssl-stores script from Java Broker.Keith Wall2012-03-011-3/+1
* QPID-3599: Python session tests fail against the Java Broker due to unexpecte...Keith Wall2012-03-011-0/+3
* QPID-3605 : renamed method, corrected brace style for ifs, added tests (per R...Robert Godfrey2012-02-291-11/+30
* QPID-3871 - Fixed java build, added stub for missing attribute.Ted Ross2012-02-291-0/+5
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-287-16/+176
* QPID-24 : [Java Broker] Fix potential leak of preparedstatement on exception ...Robert Godfrey2012-02-271-3/+4
* NO-JIRA: Remove unused authentication manager/queue memory-use methods from ...Keith Wall2012-02-273-30/+3
* QPID-3867: AMQQueueMBean#clearQueue|moveMessages|copyMessages should be certa...Keith Wall2012-02-265-104/+101
* QPID-24 : Fix potential NPE in log message on recovery of xids where the queu...Robert Godfrey2012-02-241-4/+1
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-2328-52/+2245
* QPID-3325: move shutdown hook handling into Broker, set the thread nameRobert Gemmell2012-02-232-60/+66
* QPID-3325: unregister the shutdown hook when closing an ApplicationRegistry i...Robert Gemmell2012-02-223-42/+81
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-213-11/+47
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-213-9/+40
* QPID-3594 : Python exclusive queue declaration test fails against Java BrokerRobert Godfrey2012-02-211-1/+8
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Fix Excha...Robert Godfrey2012-02-213-26/+76
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok...Robert Godfrey2012-02-211-2/+3
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok...Robert Godfrey2012-02-215-33/+23
* QPID-3596 : Python tests fails as Java Broker does not validate for reserved ...Robert Godfrey2012-02-212-32/+63
* QPID-3861 : Run Python Message Grouping tests against the Java Broker; also f...Robert Godfrey2012-02-211-1/+1
* QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with inval...Robert Godfrey2012-02-211-1/+4
* QPID-3588 : Python message echo test fails against Java broker because only e...Robert Godfrey2012-02-201-0/+4
* QPID-3857: remove the protected Impl method now that we dont need the Session...Robert Gemmell2012-02-201-1/+1
* QPID-3857: Fix racing conditions on registering session in connection and sen...Robert Gemmell2012-02-201-1/+0
* QPID-1505 : PlainSaslServer throws and immediately catches and wraps Sasl Exc...Robert Godfrey2012-02-202-28/+37
* QPID-3855: only increment activeConsumerCount during registration if the subs...Robert Gemmell2012-02-193-3/+68
* 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-3844: allow queryMBeans to succeed without ACL checking, tools like JCon...Robert Gemmell2012-02-161-3/+4
* QPID-3843: ensure ACL rule evaluation for the ALL operation accounts for the ...Robert Gemmell2012-02-161-2/+2
* QPID-3848: relax the enforcement of exchange type checking during passive exc...Robert Gemmell2012-02-152-2/+2
* QPID-3840: added automated tests for the Java Broker's qpid-passwd script and...Keith Wall2012-02-152-29/+57
* 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
* QPID-3837: align the 0-10 exception message for an exchange redeclare attempt...Robert Gemmell2012-02-131-2/+2
* QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-135-31/+18
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-092-0/+308
* QPID-3823: ServerSession unblock(AMQQueue) can cause NPE when trying to remov...Keith Wall2012-02-094-67/+85
* QPID-3821: Uncaught exception thrown in QueueRunner.run() could cause QueueRu...Keith Wall2012-02-092-21/+30
* QPID-3809: Java Broker killed by java.net.SocketException: Broken pipe (kille...Keith Wall2012-02-071-6/+18
* QPID-3816: add client version to connection open loggingRobert Gemmell2012-02-066-22/+56
* QPID-3756: Reorder Java Broker's connection close process so that ConnectionC...Keith Wall2012-02-061-4/+9