summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3396 Modified the URLParser to not throw an exception if theRajith Muditha Attapattu2013-03-063-5/+16
* QPID-4617 Added a null check to clear ReplyTo.Rajith Muditha Attapattu2013-03-051-1/+1
* QPID-4617 null is now returned when exchange and routingkey are set toRajith Muditha Attapattu2013-03-011-1/+1
* QPID-4608 Added code to handle TransportException and any otherRajith Muditha Attapattu2013-02-281-0/+8
* QPID-4609: Use correct synchronization lock in BrokerAdapter#getKeyStores().Alex Rudyy2013-02-281-1/+1
* QPID-4608 Moved the exception handling code to a method. The method alsoRajith Muditha Attapattu2013-02-282-22/+26
* QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut...Alex Rudyy2013-02-2724-225/+1054
* QPID-4606: Java performance test unit test timeouts increased to allow for sl...Phil Harvey2013-02-273-7/+6
* QPID-4605: Java performance test and visualisation unit tests now subclass Qp...Phil Harvey2013-02-2755-169/+154
* QPID-4602: Fix broker startup when default log4j configuration is used and fi...Alex Rudyy2013-02-264-17/+58
* QPID-4597: Java performance tests now support visualisation of timeseries data.Phil Harvey2013-02-2332-215/+885
* [QPID-4594] Add command line option to start java broker in a management mode...Alex Rudyy2013-02-2216-15/+919
* QPID-4593: add command line argument to pass path to initial storeAlex Rudyy2013-02-2013-151/+668
* QPID-4390: Add getter to broker launcher to expose broker configured objectAlex Rudyy2013-02-193-0/+17
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-19344-10336/+13614
* QPID-4533: Java Performance Tests - added Derby to module classpaths so DB pe...Phil Harvey2013-02-161-2/+2
* QPID-4533: Java Performance Tests - addressed bug in JdbcSeriesBuilder that c...Phil Harvey2013-02-098-19/+203
* QPID-4570 : Multiple AMQP1-0 Connections cause error if JMX management is ena...Robert Godfrey2013-02-072-5/+3
* QPID-4312: use the JMS Queue#getQueueName() implementation instead of getName...Robert Gemmell2013-02-051-1/+1
* QPID-4312: reduce visibility and narrow argument type for new check methods, ...Robert Gemmell2013-02-054-34/+95
* QPID-4566 Allow a non UUID String to be set as message-id. This isRajith Muditha Attapattu2013-02-041-10/+9
* QPID-4312 : [Java Client] add option for verification of queue existence duri...Robert Godfrey2013-02-049-29/+180
* QPID-4533: fixed bug in perftest ResultsDbWriter's default run ID to make it ...Phil Harvey2013-01-302-5/+23
* QPID-4533: Modified perftests to support writing results to a database, and e...Phil Harvey2013-01-3030-172/+1198
* QPID-4541 Added the ability to turn off replay at the time the sessionRajith Muditha Attapattu2013-01-254-8/+36
* QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restartRobert Godfrey2013-01-257-19/+137
* QPID-4281: Fix setting of log4j configuration in system tests. While testing ...Alex Rudyy2013-01-2411-73/+302
* QPID-4540 The deletion of the subscription queue is now handledRajith Muditha Attapattu2013-01-163-1/+12
* QPID-4432: addressed excessive logging in AMQStateManagerPhil Harvey2013-01-161-2/+5
* QPID-3569: Refactor TransactionTimeoutKeith Wall2013-01-0719-229/+477
* QPID-4491Weston M. Price2013-01-041-14/+12
* QPID-4492Weston M. Price2013-01-041-0/+183
* QPID-4318Weston M. Price2013-01-042-10/+183
* QPID-4527: update the JCA module to use the standard build target implementat...Robert Gemmell2013-01-043-21/+16
* QPID-4526: stop deleting (and logging that we are) the scratch profile proper...Robert Gemmell2013-01-041-3/+2
* QPID-4526: stop logging warnings about <module>/resource dirs not existingRobert Gemmell2013-01-041-10/+17
* QPID-4525: remove the ChannelCloseTest and ChannelCloseOkTest system testsRobert Gemmell2013-01-044-640/+0
* QPID-4517: modify broker log4j configuration to use logger names instead of f...Phil Harvey2013-01-032-4/+4
* NO-JIRA: [Java Broker] Perf Tests - tweak queue drain algorithm to better han...Keith Wall2012-12-272-13/+25
* QPID-4521: ensure that the routing key is properly passed to the alternate To...Robert Gemmell2012-12-232-1/+98
* QPID-4502: [Java Broker] Document DLQ/Maximum Delivery Count featuresKeith Wall2012-12-221-2/+4
* QPID-4519: return true for VirtualHost MBean isStatusEnabled, dont update sta...Robert Gemmell2012-12-201-3/+2
* QPID-4512: stop the delete visitor indicating completion upon the first match...Robert Gemmell2012-12-202-4/+55
* NO-JIRA: [Java Broker] Added new perf test script to test the varying consume...Keith Wall2012-12-209-98/+377
* QPID-4513: improve client handling of discovery that its SASL Provider has al...Robert Gemmell2012-12-203-10/+204
* QPID-4503: Producer transaction timeout detection feature may produce spuriou...Keith Wall2012-12-202-0/+5
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-207-54/+151
* QPID-4511: move the broker-plugins lib dir under build/scratch to prevent it ...Robert Gemmell2012-12-193-5/+5
* QPID-4458: remove unused subdirs and files from gentools then move the remain...Robert Gemmell2012-12-1846-82/+8667
* QPID-4503: Producer transaction timeout detection feature may produce supriou...Keith Wall2012-12-143-20/+13