summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-357 : Add support for a "default" virtual hostRobert Greig2007-02-094-1/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@505242 13f79535-47bb-0310-9956-ffa450edef68
* QPID-353 : Amend type of JMS destination type from byte to intRobert Greig2007-02-083-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@504915 13f79535-47bb-0310-9956-ffa450edef68
* Improved version of the "accept the broker version" fix.Robert Greig2007-02-081-34/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@504868 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) JUnit-toolkit 0.5 now available on Maven central ↵Robert Greig2007-02-084-31/+20
| | | | | | repo. Using it. Also test classes now use test context properties so that test parameters are correctly printed out in the test results. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@504864 13f79535-47bb-0310-9956-ffa450edef68
* Added a system property qpid.accept.broker.version to allow the client to ↵Robert Greig2007-02-071-8/+17
| | | | | | accept whatever version the broker offers on connection negotiation. Useful when testing different broker implementations that may not be in sync with Qpid versioning. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@504736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-170Bhupendra Bhusman Bhardwaj2007-02-0714-35/+179
| | | | | | Management feature added - moving messages from one Queue to another git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@504507 13f79535-47bb-0310-9956-ffa450edef68
* To make this management console with the java broker with no virtual host ↵Bhupendra Bhusman Bhardwaj2007-02-066-23/+52
| | | | | | mbean implementation, default virtual host is assigned to all mbeans git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@504112 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch from Jonathan Anstey <janstey@iona.com> to fix trivial compile ↵Gordon Sim2007-02-061-1/+1
| | | | | | error. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@504025 13f79535-47bb-0310-9956-ffa450edef68
* QPID-326Bhupendra Bhusman Bhardwaj2007-02-055-19/+53
| | | | | | AMQQueueMBean updated with attribute MaximumMessageAge git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@503790 13f79535-47bb-0310-9956-ffa450edef68
* QPID-213 Bhupendra Bhusman Bhardwaj2007-02-054-99/+204
| | | | | | Also the parameter selection of boolean type is made as check-boxes instead of a drop-down. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@503706 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith)Robert Greig2007-02-0528-281/+0
| | | | | | This local repository is no longer needed. JUnit-Toolkit snapshot repository is now hosted on sourceforge: http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/. A release is also in progress to the central maven repository. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@503646 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith)Robert Greig2007-02-051-2/+2
| | | | | | Junit-toolkit has now fully migrated onto sourceforge. Snapshot repository location updated. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@503637 13f79535-47bb-0310-9956-ffa450edef68
* Update to performance testing to allow the use of shared destinations. This ↵Martin Ritchie2007-02-054-136/+290
| | | | | | allows topics to have multiple consumers and the total message counts updated correctly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@503609 13f79535-47bb-0310-9956-ffa450edef68
* QPID-326 : Patch supplied by Rob Godfrey - add oldest message on queue ↵Robert Greig2007-02-0515-173/+482
| | | | | | notification, and log notifications in log file git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@503604 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug in stop(). If a connection is opened not start()ed then closed a ↵Martin Ritchie2007-02-051-1/+5
| | | | | | NullPointerException will be thrown as the Dispatcher has not been created. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@503593 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Options moved to top of contructor. Were at ↵Robert Greig2007-02-021-12/+16
| | | | | | bottom and not being used! git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502655 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith)Robert Greig2007-02-021-3/+3
| | | | | | Fixed problem with losing message results. Was not passing in self generated message correlation id in the async test, to match up replies with. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502627 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Robert Greig2007-02-0222-89/+157
| | | | | | | Perftests improved with better timeout handling. Shared/unique destinations to ping now an option. TestRunner now runs all per-thread setups, synchs all threads, then runs tests, synchas all threads, then runs tear downs. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502620 13f79535-47bb-0310-9956-ffa450edef68
* QPID-84Bhupendra Bhusman Bhardwaj2007-02-025-695/+3
| | | | | | tests for FSContextFactory deleted.fscontext.jar is not part of apache svn. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502610 13f79535-47bb-0310-9956-ffa450edef68
* QPID-343 Performance test suite doesn't output missing message count on failure.Martin Ritchie2007-02-022-7/+9
| | | | | | | Updated PingAsyncTestPerf to output missing messsage count. Updated PingPongProducer so it doesn't use AMQShortStringx. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502576 13f79535-47bb-0310-9956-ffa450edef68
* QPID-341 When using Queues and Topics defined via JNDI settings are not ↵Martin Ritchie2007-02-011-3/+3
| | | | | | | | preserved. Removed extraction of destination/queue name and used BindingURL directly to create Destination. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502271 13f79535-47bb-0310-9956-ffa450edef68
* some part commented, so that it lets users copy paste the host details on ↵Bhupendra Bhusman Bhardwaj2007-02-011-2/+5
| | | | | | the new connection window git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502269 13f79535-47bb-0310-9956-ffa450edef68
* Increased logging on a failure to attain stateMartin Ritchie2007-02-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502268 13f79535-47bb-0310-9956-ffa450edef68
* QPID-339 DispatcherTest.java was broker now it actually tests correctly.Martin Ritchie2007-02-013-8/+288
| | | | | | Added test to Check changing message listeners git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502261 13f79535-47bb-0310-9956-ffa450edef68
* QPID-339 Java client hangs when starting up (intermittently)Martin Ritchie2007-02-013-74/+348
| | | | | | | | | | | | | | Patched the problem where the dispatcher would hang. The previous logic was flawed. Patch worked on by Robert Godfrey and Martin Ritchie. Added test to ensure that the connection is not automatically started. (Only added the test last time by mistake. This is the actual fix) With a test for the DispatcherTest git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502253 13f79535-47bb-0310-9956-ffa450edef68
* QPID-330 Clients occasionally fail to notice connectMartin Ritchie2007-02-011-31/+18
| | | | | | The AMQConnection.java constructor now deals with the full connection process. The failover thread should not be started. This allows the connection method to be simplified and not Thread.sleep waiting for the connection. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502249 13f79535-47bb-0310-9956-ffa450edef68
* QPID-339 Java client hangs when starting up (intermittently)Martin Ritchie2007-02-011-0/+165
| | | | | | | | | | Patched the problem where the dispatcher would hang. The previous logic was flawed. Patch worked on by Robert Godfrey and Martin Ritchie. Added test to ensure that the connection is not automatically started. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502248 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Added comments as a reminder of improvements to ↵Robert Greig2007-02-011-1/+2
| | | | | | be made to the tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502182 13f79535-47bb-0310-9956-ffa450edef68
* QPID-331Bhupendra Bhusman Bhardwaj2007-02-0110-91/+157
| | | | | | and setting operation parameters to default values after executing the operation once. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502180 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith) Added comments as a reminder of improvements to ↵Robert Greig2007-02-011-4/+25
| | | | | | be made to the tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502179 13f79535-47bb-0310-9956-ffa450edef68
* virtual host string correctedBhupendra Bhusman Bhardwaj2007-02-012-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@502178 13f79535-47bb-0310-9956-ffa450edef68
* 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
* (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 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
* 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
* 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
* 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