summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed last few issues with the unit tests.Martin Ritchie2006-11-088-18/+109
* Removed erroneous importMartin Ritchie2006-11-081-1/+0
* Removed duplicate JNDI test updated @Ignore-s on a few failing tests.Martin Ritchie2006-11-088-662/+168
* Made the temp. directory contain currentMillis to reduce Permission errorsMartin Ritchie2006-11-081-1/+1
* Removed two two old importsMartin Ritchie2006-11-081-2/+0
* Updated to work with new test classes. Will run all *Test.java files (But not...Martin Ritchie2006-11-081-4/+20
* Moved Unit test to test/unit package.Martin Ritchie2006-11-0852-2265/+1537
* Set AutoCreateInVMBroker to false.Martin Ritchie2006-11-072-17/+15
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-077-54/+66
* Corrected VMBroker Creation and clean up per testMartin Ritchie2006-11-0718-110/+462
* Removed explicit VM references to allow auto creation to occur. Added some sl...Martin Ritchie2006-11-075-95/+62
* Added attempt to unbind if an error occurs.Martin Ritchie2006-11-072-50/+81
* Disabled auto creation of vm brokers.Martin Ritchie2006-11-071-0/+7
* Before/After now class levelMarnie McCormack2006-11-071-12/+9
* Added extra logging around InVM failuresMartin Ritchie2006-11-071-2/+24
* TransactedTest.java - Added Logging around the setup.Martin Ritchie2006-11-072-3/+12
* Added extra logging around InVM failuresMartin Ritchie2006-11-071-4/+14
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-0722-66/+238
* Added new test classes to unit testsMarnie McCormack2006-11-071-1/+3
* Tests for changes around QueueSession and TopicSession as per QPID-66Marnie McCormack2006-11-071-0/+121
* QPID-69Martin Ritchie2006-11-078-296/+748
* Comment tidy upMarnie McCormack2006-11-071-1/+1
* Added cleanup of invm brokerMarnie McCormack2006-11-071-0/+10
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472041...Martin Ritchie2006-11-072-0/+116
* Added tests for QueueReceiver create methods to check for ClassCastException ...Marnie McCormack2006-11-071-2/+21
* Replaced by ManagedConnection.javaBhupendra Bhusman Bhardwaj2006-11-071-33/+0
* From: end-user release.Martin Ritchie2006-11-073-0/+663
* Taken from the Sun website:Martin Ritchie2006-11-071-0/+238
* Removed redundant directories.Alan Conway2006-11-060-0/+0
* Minor source reorg, see README.Alan Conway2006-11-0670-218/+233
* Added protocol version and version exception classes in preparation for multi...Kim van der Riet2006-11-036-10/+240
* 2006-11-03 Jim Meyering <meyering@redhat.com>Alan Conway2006-11-033-3/+2
* Initial test for AMQSession changes from QPID-66Marnie McCormack2006-11-031-0/+86
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-0316-167/+233
* Added AMQQueueSessionAdaptor and AMQTopicSessionAdaptor and amended AMQConnec...Marnie McCormack2006-11-033-2/+360
* Changes to fix QueueReceiver ClassCastException being thrown by methods in AM...Marnie McCormack2006-11-033-8/+153
* Gentools C++ generator generation for AMQP_ClientOperations.h and AMQP_Server...Kim van der Riet2006-11-029-173/+176
* Not used any moreMartin Ritchie2006-11-020-0/+0
* Test corrected to handle colons appropriatelyMarnie McCormack2006-11-021-4/+4
* generateQueueName now removes colons as well as semi-colonsMarnie McCormack2006-11-021-2/+2
* Added TestAMQProtocolSession to test suite for client for QPID-4Marnie McCormack2006-11-021-1/+2
* Test classes for QPID-4 changes to AMQProtocolSession.generateQueueNameMarnie McCormack2006-11-022-0/+210
* Change to generateQueueName to remove non-conformant chars (/ and ;) as per Q...Marnie McCormack2006-11-021-15/+27
* Removed unused code.Alan Conway2006-11-015-419/+0
* AMQQueueMBean updated. The message content is sent with header attributes. N...Bhupendra Bhusman Bhardwaj2006-11-012-85/+117
* Channel is not an MBean. The getObjectName is removed. The SessionMBean is up...Bhupendra Bhusman Bhardwaj2006-11-012-43/+4
* Updated code generator to produce ServerOperations class. Other minor fixes i...Kim van der Riet2006-11-018-33/+284
* JNDIReferenceableTest.java - removed unused importMartin Ritchie2006-11-015-6/+4
* Misc. cleanup.Alan Conway2006-11-0114-42/+52
* Moved APR specific sources into src_apr.Alan Conway2006-11-0128-23/+116