summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-333 Committed test class rename to stop it being picked up by SurefireMartin Ritchie2007-02-014-11/+12
| | | | | | AMQTopic.java - whitespace git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502172 13f79535-47bb-0310-9956-ffa450edef68
* patch from Jonathan Anstey for QPID-332Stephen Vinoski2007-01-311-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501945 13f79535-47bb-0310-9956-ffa450edef68
* Unused so removingMartin Ritchie2007-01-311-42/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501920 13f79535-47bb-0310-9956-ffa450edef68
* QPID-333 Message Properties on non Qpid Messages are not preservedMartin Ritchie2007-01-315-47/+493
| | | | | | | | | | Updated MessageConverter to have a constructor that takes a Message type. Updated MessageConverterTest to use the new NonQpidMessage to test it out. JMSHeaderAdapter.java - whitespace changes and comment noting that null return is required. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501917 13f79535-47bb-0310-9956-ffa450edef68
* QPID-334 WeakReferenceMessageHandle uses a singleton so when body is purged ↵Martin Ritchie2007-01-311-8/+7
| | | | | | | | by gc it cannot be reset Changed to use an Arraylist of size 1 as per JIRA entry. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501914 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Rupert Smith)Robert Greig2007-01-3119-19/+341
| | | | | | | Added a ping latency test. Uploaded new junit-toolkit snapshot for self timed tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501804 13f79535-47bb-0310-9956-ffa450edef68
* Small codegen code tidy-upKim van der Riet2007-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501472 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Updated the README.txt to give a fuller ↵Robert Greig2007-01-301-0/+4
| | | | | | explanation for the creation of the temporary local maven repository. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501465 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Added PingClient.java which was forgotten from ↵Robert Greig2007-01-301-0/+90
| | | | | | last commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501457 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes ↵Robert Greig2007-01-3060-4260/+1813
| | | | | | removed. JUnit-toolkit 0.5-SNAPSHOT added to the build. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501455 13f79535-47bb-0310-9956-ffa450edef68
* Fixed codegen bug in which fields added by second XML file duplicate ordinal ↵Kim van der Riet2007-01-303-5/+4
| | | | | | values. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501448 13f79535-47bb-0310-9956-ffa450edef68
* fixed the null pointer, which occurs when there are no messages in the queueBhupendra Bhusman Bhardwaj2007-01-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501412 13f79535-47bb-0310-9956-ffa450edef68
* clearing the subscribed notifications map when notifications are unsubscribed.Bhupendra Bhusman Bhardwaj2007-01-302-4/+34
| | | | | | Fixed the Widget Disposed exception in OperationTabControl.java git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501411 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Rupert Smith) Release script updated for Sasl module and ↵Robert Greig2007-01-301-3/+3
| | | | | | refactoring of blocking sockets into common. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-327 : Patch supplied by Rob Godfrey - [race condition] PoolingFilter : ↵Robert Greig2007-01-2923-63/+195
| | | | | | Possible race condition when completing a Job git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501096 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache license header.Robert Greig2007-01-291-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501058 13f79535-47bb-0310-9956-ffa450edef68
* QPID-313 : Patch supplied by Rob Godfrey - Call to attainState in ↵Robert Greig2007-01-291-33/+28
| | | | | | makeBrokerConnection can miss the notification of state change. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501011 13f79535-47bb-0310-9956-ffa450edef68
* QPID-322 : Patch supplied by Rob Godfrey - Message reference count not being ↵Robert Greig2007-01-291-0/+1
| | | | | | incremented when message added to UnacknowledgeMap git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501010 13f79535-47bb-0310-9956-ffa450edef68
* QPID-320 : Patch supplied by Rob Godfrey - Improve performance by ↵Robert Greig2007-01-299-21/+44
| | | | | | remembering protocol version git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501009 13f79535-47bb-0310-9956-ffa450edef68
* QPID-324 : Patch supplied by Rob Godfrey - Only send byte indicating topic / ↵Robert Greig2007-01-291-3/+8
| | | | | | queue / other in properties field table, not whole destination git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501008 13f79535-47bb-0310-9956-ffa450edef68
* QPID-322 : Patch supplied by Rob Godfrey - Tests may hang instead of fail if ↵Robert Greig2007-01-2913-46/+133
| | | | | | message does not get through git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501007 13f79535-47bb-0310-9956-ffa450edef68
* (Patch supplied by Tomas Restrepo) QPID-312.diff applied. This converts ↵Robert Greig2007-01-2922-515/+439
| | | | | | Javadoc copied accross from the orignal Java code to .Net format. Renames some files/classes/methods to use .Net conventions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501006 13f79535-47bb-0310-9956-ffa450edef68
* QPID-324 : Patch supplied by Rob Godfrey - Only send byte indicating topic / ↵Robert Greig2007-01-2927-115/+339
| | | | | | queue / other in properties field table, not whole destination git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501005 13f79535-47bb-0310-9956-ffa450edef68
* QPID-320 : Patch supplied by Rob Godfrey - Simplify logic to deal with ↵Robert Greig2007-01-292-176/+62
| | | | | | setting MessageListener only after connection start has been called git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501004 13f79535-47bb-0310-9956-ffa450edef68
* QPID-320 : Patch supplied by Rob Godfrey - Improve performance by ↵Robert Greig2007-01-2934-278/+598
| | | | | | remembering protocol version git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501003 13f79535-47bb-0310-9956-ffa450edef68
* (Patch supplied by Tomas Restrepo) QPID-291-2.diff applied. Adds SASL ↵Robert Greig2007-01-2946-46/+3307
| | | | | | capability to the .Net client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501001 13f79535-47bb-0310-9956-ffa450edef68
* [Patch supplied by Jonathan Anstey] Solve probelm in which TransactedTest ↵Kim van der Riet2007-01-261-1/+1
| | | | | | causes a failure in RecoverTest owing to messages sticking around. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@500310 13f79535-47bb-0310-9956-ffa450edef68
* Updated script details and added guard for trafficlight being null.Martin Ritchie2007-01-263-79/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@500284 13f79535-47bb-0310-9956-ffa450edef68
* Change to TransactedTest which prevents the intermittent error ↵Kim van der Riet2007-01-261-1/+2
| | | | | | junit.framework.ComparisonFailure: expected:<B> but was:<C> (or similar) from occurring on either the commit or rollback portion of the test. The error occurs when the test consumer testConsumer1 bind frames arrive at the server before the message bodies with A,B,C and cause queue 1 to start a round-robin distribution for these messages when they finally do arrive. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@500264 13f79535-47bb-0310-9956-ffa450edef68
* QPID-315Marnie McCormack2007-01-253-0/+440
| | | | | | Test classes to reproduce problem with missing correlation id on incoming messages from non-Qpid broker git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499979 13f79535-47bb-0310-9956-ffa450edef68
* QPID-315Marnie McCormack2007-01-253-99/+12
| | | | | | | Moved message conversion logic from BasicMessageProducer to MessageConverter Added correlation id to AbstractJMSMessage.toString() git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499975 13f79535-47bb-0310-9956-ffa450edef68
* QPID-319 Bhupendra Bhusman Bhardwaj2007-01-2514-296/+286
| | | | | | management console view updated for virtual host hierarchy git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499874 13f79535-47bb-0310-9956-ffa450edef68
* * Fixed typo in make rpm target.Alan Conway2007-01-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-318 : Patch supplied by Rob Godfrey - remove hard-coding of protocol valuesRobert Greig2007-01-259-49/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499851 13f79535-47bb-0310-9956-ffa450edef68
* * qpidc.spec.in: fixed bad date in changelog.Alan Conway2007-01-251-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499847 13f79535-47bb-0310-9956-ffa450edef68
* * qpidc.spec.in: updated to release 3 for RPM.Alan Conway2007-01-255-24/+42
| | | | | | | | | * gen/make-gen-src-mk.sh: fixed problem with makefile generation in a new checkout. * Other Makefile.am: added missing files to maintainer-clean. * Added missing svn-ignores. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499845 13f79535-47bb-0310-9956-ffa450edef68
* * Removed .txt extension from README NOTICE LICENSE to follow common practice.Alan Conway2007-01-256-5/+5
| | | | | | | | * Updated all references to .txt files. * rpm/Makefile.am: Fixed local-clean target to clean up generaed directories. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499803 13f79535-47bb-0310-9956-ffa450edef68
* Ignore generated files qpidc.spec, rpm/ BUILD RPMS SOURCES SPECS SRPMSAlan Conway2007-01-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499796 13f79535-47bb-0310-9956-ffa450edef68
* Fixed race condition that would cause duplicate batch data to be logged.Martin Ritchie2007-01-252-27/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499781 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-252-75/+191
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499764 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-251-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499757 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-251-36/+105
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499756 13f79535-47bb-0310-9956-ffa450edef68
* Refactored to use CountDownLatch as using local count was wrong in multi ↵Martin Ritchie2007-01-251-283/+268
| | | | | | threaded case. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499733 13f79535-47bb-0310-9956-ffa450edef68
* Race condition fixed fro AsyncTestPerfMartin Ritchie2007-01-252-295/+332
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-318 : Patch supplied by Rob Godfrey - Remove hard-coding of protocol ↵Robert Greig2007-01-2512-177/+251
| | | | | | version number. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-317 : Patch supplied by Rob Godfrey - Remove dependency on JMS from ↵Robert Greig2007-01-240-0/+0
| | | | | | common / broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499565 13f79535-47bb-0310-9956-ffa450edef68
* QPID-317 : Patch supplied by Rob Godfrey - Remove dependency on JMS from ↵Robert Greig2007-01-240-0/+0
| | | | | | common / broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499564 13f79535-47bb-0310-9956-ffa450edef68
* QPID-317 : Patch supplied by Rob Godfrey - Remove dependency on JMS from ↵Robert Greig2007-01-2426-997/+655
| | | | | | common / broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499563 13f79535-47bb-0310-9956-ffa450edef68
* QPID-315Marnie McCormack2007-01-241-10/+14
| | | | | | Updated and tidied class prior to addition of tests git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499532 13f79535-47bb-0310-9956-ffa450edef68
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-242-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499493 13f79535-47bb-0310-9956-ffa450edef68