summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-357 : Add support for a "default" virtual hostRobert Greig2007-02-094-1/+26
* QPID-353 : Amend type of JMS destination type from byte to intRobert Greig2007-02-083-6/+5
* Improved version of the "accept the broker version" fix.Robert Greig2007-02-081-34/+32
* (Submitted by Rupert Smith) JUnit-toolkit 0.5 now available on Maven central ...Robert Greig2007-02-084-31/+20
* Added a system property qpid.accept.broker.version to allow the client to acc...Robert Greig2007-02-071-8/+17
* QPID-170Bhupendra Bhusman Bhardwaj2007-02-0714-35/+179
* To make this management console with the java broker with no virtual host mbe...Bhupendra Bhusman Bhardwaj2007-02-066-23/+52
* Applied patch from Jonathan Anstey <janstey@iona.com> to fix trivial compile ...Gordon Sim2007-02-061-1/+1
* QPID-326Bhupendra Bhusman Bhardwaj2007-02-055-19/+53
* QPID-213 Bhupendra Bhusman Bhardwaj2007-02-054-99/+204
* (Submitted by Rupert Smith)Robert Greig2007-02-0528-281/+0
* (Submitted by Rupert Smith)Robert Greig2007-02-051-2/+2
* Update to performance testing to allow the use of shared destinations. This a...Martin Ritchie2007-02-054-136/+290
* QPID-326 : Patch supplied by Rob Godfrey - add oldest message on queue notifi...Robert Greig2007-02-0515-173/+482
* Fixed bug in stop(). If a connection is opened not start()ed then closed a Nu...Martin Ritchie2007-02-051-1/+5
* (Submitted by Rupert Smith) Options moved to top of contructor. Were at botto...Robert Greig2007-02-021-12/+16
* (Submitted by Rupert Smith)Robert Greig2007-02-021-3/+3
* (Submitted by Rupert Smith) Robert Greig2007-02-0222-89/+157
* QPID-84Bhupendra Bhusman Bhardwaj2007-02-025-695/+3
* QPID-343 Performance test suite doesn't output missing message count on failure.Martin Ritchie2007-02-022-7/+9
* QPID-341 When using Queues and Topics defined via JNDI settings are not pres...Martin Ritchie2007-02-011-3/+3
* some part commented, so that it lets users copy paste the host details on the...Bhupendra Bhusman Bhardwaj2007-02-011-2/+5
* Increased logging on a failure to attain stateMartin Ritchie2007-02-011-0/+1
* QPID-339 DispatcherTest.java was broker now it actually tests correctly.Martin Ritchie2007-02-013-8/+288
* QPID-339 Java client hangs when starting up (intermittently)Martin Ritchie2007-02-013-74/+348
* QPID-330 Clients occasionally fail to notice connectMartin Ritchie2007-02-011-31/+18
* QPID-339 Java client hangs when starting up (intermittently)Martin Ritchie2007-02-011-0/+165
* (Submitted by Rupert Smith) Added comments as a reminder of improvements to b...Robert Greig2007-02-011-1/+2
* QPID-331Bhupendra Bhusman Bhardwaj2007-02-0110-91/+157
* (Submitted by Rupert Smith) Added comments as a reminder of improvements to b...Robert Greig2007-02-011-4/+25
* virtual host string correctedBhupendra Bhusman Bhardwaj2007-02-012-2/+2
* QPID-333 Committed test class rename to stop it being picked up by SurefireMartin Ritchie2007-02-014-11/+12
* patch from Jonathan Anstey for QPID-332Stephen Vinoski2007-01-311-1/+20
* Unused so removingMartin Ritchie2007-01-311-42/+0
* QPID-333 Message Properties on non Qpid Messages are not preservedMartin Ritchie2007-01-315-47/+493
* QPID-334 WeakReferenceMessageHandle uses a singleton so when body is purged b...Martin Ritchie2007-01-311-8/+7
* (Patch submitted by Rupert Smith)Robert Greig2007-01-3119-19/+341
* (Submitted by Rupert Smith) Updated the README.txt to give a fuller explanati...Robert Greig2007-01-301-0/+4
* (Submitted by Rupert Smith) Added PingClient.java which was forgotten from la...Robert Greig2007-01-301-0/+90
* (Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes r...Robert Greig2007-01-3060-4260/+1813
* fixed the null pointer, which occurs when there are no messages in the queueBhupendra Bhusman Bhardwaj2007-01-301-2/+2
* clearing the subscribed notifications map when notifications are unsubscribed.Bhupendra Bhusman Bhardwaj2007-01-302-4/+34
* QPID-327 : Patch supplied by Rob Godfrey - [race condition] PoolingFilter : P...Robert Greig2007-01-2923-63/+195
* QPID-313 : Patch supplied by Rob Godfrey - Call to attainState in makeBrokerC...Robert Greig2007-01-291-33/+28
* QPID-322 : Patch supplied by Rob Godfrey - Message reference count not being ...Robert Greig2007-01-291-0/+1
* QPID-320 : Patch supplied by Rob Godfrey - Improve performance by remembering...Robert Greig2007-01-299-21/+44
* QPID-324 : Patch supplied by Rob Godfrey - Only send byte indicating topic / ...Robert Greig2007-01-291-3/+8
* QPID-322 : Patch supplied by Rob Godfrey - Tests may hang instead of fail if ...Robert Greig2007-01-2913-46/+133
* QPID-324 : Patch supplied by Rob Godfrey - Only send byte indicating topic / ...Robert Greig2007-01-2927-115/+339
* QPID-320 : Patch supplied by Rob Godfrey - Simplify logic to deal with settin...Robert Greig2007-01-292-176/+62