summaryrefslogtreecommitdiff
path: root/java/client/src/test
Commit message (Expand)AuthorAgeFilesLines
* made a copyRobert Godfrey2007-03-224-40/+30
* QPID-346 Message loss after rollbackMartin Ritchie2007-02-232-7/+390
* Renamed AMQInvalidSelectorException to be AMQInvalidArgumentException to bett...Martin Ritchie2007-02-201-4/+4
* Fully propogated timeouts during AMQConnection.close. Still needs timeouts to...Martin Ritchie2007-02-192-99/+1
* QPID-379 Bounced Messages do not appear in connection exception listener. Martin Ritchie2007-02-194-48/+125
* QPID-376 Renamed Test case StateManagerMartin Ritchie2007-02-191-3/+1
* QPID-376 Renamed Test case StateManagerMartin Ritchie2007-02-191-0/+108
* Badly named file annoyed surefireMartin Ritchie2007-02-191-108/+0
* QPID-372, QPID-376 Broker now ignores all frames for closing channels. Martin Ritchie2007-02-193-0/+606
* QPID-375 : Default Exchange fixesRobert Godfrey2007-02-191-1/+1
* QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e...Robert Godfrey2007-02-1635-83/+173
* QPID-11 remove protocol literals from code. Martin Ritchie2007-02-161-1/+1
* Reset log level from error to info.Martin Ritchie2007-02-141-1/+1
* Applied QPID-162 patches from Kevin SmithMartin Ritchie2007-02-1450-285/+428
* QPID-368 Revised. Had the wrong logging level set on an log statementMartin Ritchie2007-02-141-1/+1
* QPID-368 Added the first data body to the list when creating it. included tes...Martin Ritchie2007-02-141-0/+188
* QPID-339 DispatcherTest.java was broker now it actually tests correctly.Martin Ritchie2007-02-012-8/+284
* QPID-339 Java client hangs when starting up (intermittently)Martin Ritchie2007-02-011-0/+253
* QPID-339 Java client hangs when starting up (intermittently)Martin Ritchie2007-02-011-0/+165
* QPID-333 Committed test class rename to stop it being picked up by SurefireMartin Ritchie2007-02-012-4/+4
* QPID-333 Message Properties on non Qpid Messages are not preservedMartin Ritchie2007-01-312-32/+470
* QPID-322 : Patch supplied by Rob Godfrey - Tests may hang instead of fail if ...Robert Greig2007-01-298-29/+115
* [Patch supplied by Jonathan Anstey] Solve probelm in which TransactedTest cau...Kim van der Riet2007-01-261-1/+1
* Change to TransactedTest which prevents the intermittent error junit.framewor...Kim van der Riet2007-01-261-1/+2
* QPID-315Marnie McCormack2007-01-253-0/+440
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-241-14/+14
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-2431-84/+84
* Removed mandatory 6 second sleep! replaced with a countdown latch that will w...Martin Ritchie2007-01-191-4/+17
* QPID-299 Messages not being correctly requeued when transacted session closedRobert Greig2007-01-161-1/+85
* QPID-293Martin Ritchie2007-01-162-0/+364
* QPID-282Martin Ritchie2007-01-121-1/+66
* QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more...Robert Greig2007-01-101-2/+2
* QPID-270 : (Patch supplied by Rob Godfrey) Change of use of AMQConnectionExce...Robert Greig2007-01-091-1/+2
* QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri...Robert Greig2007-01-089-41/+48
* QPID-32: new model for holding and processing message in memory to support ne...Robert Greig2007-01-074-20/+56
* QPID-229 Fixed spurious import in test classRobert Greig2006-12-221-1/+0
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-221-2/+1
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489644...Robert Greig2006-12-221-1/+4
* Maven output clean up.Martin Ritchie2006-12-192-7/+7
* QPID-21Martin Ritchie2006-12-191-0/+141
* QPID-215 : Patch supplied by Rob Godfrey - Implement custom JMSX propertiesRobert Greig2006-12-191-0/+70
* clean up warnings about unused variablesStephen Vinoski2006-12-187-13/+8
* QPID-212 QPID-214 Patch supplied by Rob GodfreyRobert Greig2006-12-182-14/+131
* QPID-209 : Patch supplied by Rob Godfrey - Fix acknowledge so it only acknowl...Robert Greig2006-12-181-0/+41
* remove unused importsStephen Vinoski2006-12-1813-34/+0
* QPID-207 : Patch supplied by Rob Godfrey - fix implementation of acknowledge ...Robert Greig2006-12-161-10/+79
* QPID-206 : Fix byte buffer reseting in AbstractJMSMessageRobert Greig2006-12-162-4/+23
* QPID-205 : Do not allow subscription to temporary topics created on a differe...Robert Greig2006-12-161-0/+13
* QPID-204 : Implement TemporaryTopic.deleteRobert Greig2006-12-161-0/+39
* QPID-202 : Implement TemporaryQueue.deleteRobert Greig2006-12-161-0/+81