<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/java/broker/test/src, branch client_restructure</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>directory moves required for maven merge</title>
<updated>2006-11-18T02:12:32+00:00</updated>
<author>
<name>Stephen Vinoski</name>
<email>vinoski@apache.org</email>
</author>
<published>2006-11-18T02:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=1db5a8a2329ec064d1683294ee1a3d8d233de42d'/>
<id>1db5a8a2329ec064d1683294ee1a3d8d233de42d</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@476414 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@476414 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>* added top-level systests directory for non-unit tests</title>
<updated>2006-11-12T06:32:55+00:00</updated>
<author>
<name>Stephen Vinoski</name>
<email>vinoski@apache.org</email>
</author>
<published>2006-11-12T06:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=fc5ad32cc8f2d4d793c0cf79382755e9fca2357c'/>
<id>fc5ad32cc8f2d4d793c0cf79382755e9fca2357c</id>
<content type='text'>
* moved some tests into systests to eliminate dependencies between
  test subdirectories (required for maven)


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473889 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* moved some tests into systests to eliminate dependencies between
  test subdirectories (required for maven)


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473889 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>update Apache licenses to the current version</title>
<updated>2006-11-10T23:18:04+00:00</updated>
<author>
<name>Stephen Vinoski</name>
<email>vinoski@apache.org</email>
</author>
<published>2006-11-10T23:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=e3ec7133ff4ce3a54df70d5314188d23be4112a1'/>
<id>e3ec7133ff4ce3a54df70d5314188d23be4112a1</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473568 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473568 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-69</title>
<updated>2006-11-07T11:05:25+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2006-11-07T11:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=796c146fdd324d8a0c0fe1087a13e2a377f1a88e'/>
<id>796c146fdd324d8a0c0fe1087a13e2a377f1a88e</id>
<content type='text'>
Made an interface from the current DeliveryManager.java. The original DeliveryManager is now the SynchronizedDeliveryManager.java where the deliver() method now has synchronization to solve the race condition.
An alternative DeliveryManager - ConcurrentDeliveryManager.java uses a modified ConcurrentLinkedQueue (Modified to maintain the current queue size) this uses a compare and swap methods to allow concurrent access to each end of the queue. Additional locking is required once the queue has been depleted to ensure that a thread is not in the process of appending to the queue. 

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472060 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made an interface from the current DeliveryManager.java. The original DeliveryManager is now the SynchronizedDeliveryManager.java where the deliver() method now has synchronization to solve the race condition.
An alternative DeliveryManager - ConcurrentDeliveryManager.java uses a modified ConcurrentLinkedQueue (Modified to maintain the current queue size) this uses a compare and swap methods to allow concurrent access to each end of the queue. Additional locking is required once the queue has been depleted to ensure that a thread is not in the process of appending to the queue. 

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472060 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-44</title>
<updated>2006-10-24T11:55:07+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2006-10-24T11:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=0a453564f9624bf4c0ce98194691be9ff0184e2b'/>
<id>0a453564f9624bf4c0ce98194691be9ff0184e2b</id>
<content type='text'>
Fixed test for high and low water marks.
Had AMQChannel.UnacknowledgedMessage rather than simply UnacknowledgedMessage.

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@467315 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed test for high and low water marks.
Had AMQChannel.UnacknowledgedMessage rather than simply UnacknowledgedMessage.

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@467315 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-44</title>
<updated>2006-10-24T11:30:52+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2006-10-24T11:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=c58c6dedd5f681f9b06b7bdd3a50dc671f995d93'/>
<id>c58c6dedd5f681f9b06b7bdd3a50dc671f995d93</id>
<content type='text'>
Added High and Low water marking to AMQChannel.java.
Currently the low water mark defaults to half the High value.
Test for high and low water marks.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@467310 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added High and Low water marking to AMQChannel.java.
Currently the low water mark defaults to half the High value.
Test for high and low water marks.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@467310 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Further fixes and some extra tests for transactions.</title>
<updated>2006-10-19T10:11:47+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2006-10-19T10:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=0c7aaaaab89dff7f0843cbcdf40791e4d17255bb'/>
<id>0c7aaaaab89dff7f0843cbcdf40791e4d17255bb</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465549 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465549 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes to transaction handling.</title>
<updated>2006-10-17T09:11:07+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2006-10-17T09:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=ecc1d550abfb52989f17aa7a09bdf9a8936c3fb4'/>
<id>ecc1d550abfb52989f17aa7a09bdf9a8936c3fb4</id>
<content type='text'>
- This line, and those below, will be ignored--

M    java/broker/test/src/org/apache/qpid/server/UnitTests.java
M    java/broker/test/src/org/apache/qpid/server/queue/DeliveryManagerTest.java
A    java/broker/test/src/org/apache/qpid/server/txn
AM   java/broker/test/src/org/apache/qpid/server/txn/UnitTests.java
AM   java/broker/test/src/org/apache/qpid/server/txn/TxnBufferTest.java
M    java/broker/test/src/org/apache/qpid/server/util/UnitTests.java
AM   java/broker/test/src/org/apache/qpid/server/util/OrderedMapHelperTest.java
M    java/broker/src/org/apache/qpid/server/queue/SubscriptionImpl.java
M    java/broker/src/org/apache/qpid/server/queue/DeliveryManager.java
AM   java/broker/src/org/apache/qpid/server/queue/FailedDequeueException.java
M    java/broker/src/org/apache/qpid/server/queue/AMQMessage.java
M    java/broker/src/org/apache/qpid/server/queue/AMQQueue.java
M    java/broker/src/org/apache/qpid/server/queue/Subscription.java
M    java/broker/src/org/apache/qpid/server/queue/NoConsumersException.java
M    java/broker/src/org/apache/qpid/server/AMQChannel.java
M    java/broker/src/org/apache/qpid/server/txn/TxnBuffer.java
M    java/broker/src/org/apache/qpid/server/txn/TxnOp.java
AM   java/broker/src/org/apache/qpid/server/util/OrderedMapHelper.java
M    java/broker/src/org/apache/qpid/server/handler/TxCommitHandler.java
AM   java/client/test/src/org/apache/qpid/transacted/UnitTests.java
M    java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464867 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This line, and those below, will be ignored--

M    java/broker/test/src/org/apache/qpid/server/UnitTests.java
M    java/broker/test/src/org/apache/qpid/server/queue/DeliveryManagerTest.java
A    java/broker/test/src/org/apache/qpid/server/txn
AM   java/broker/test/src/org/apache/qpid/server/txn/UnitTests.java
AM   java/broker/test/src/org/apache/qpid/server/txn/TxnBufferTest.java
M    java/broker/test/src/org/apache/qpid/server/util/UnitTests.java
AM   java/broker/test/src/org/apache/qpid/server/util/OrderedMapHelperTest.java
M    java/broker/src/org/apache/qpid/server/queue/SubscriptionImpl.java
M    java/broker/src/org/apache/qpid/server/queue/DeliveryManager.java
AM   java/broker/src/org/apache/qpid/server/queue/FailedDequeueException.java
M    java/broker/src/org/apache/qpid/server/queue/AMQMessage.java
M    java/broker/src/org/apache/qpid/server/queue/AMQQueue.java
M    java/broker/src/org/apache/qpid/server/queue/Subscription.java
M    java/broker/src/org/apache/qpid/server/queue/NoConsumersException.java
M    java/broker/src/org/apache/qpid/server/AMQChannel.java
M    java/broker/src/org/apache/qpid/server/txn/TxnBuffer.java
M    java/broker/src/org/apache/qpid/server/txn/TxnOp.java
AM   java/broker/src/org/apache/qpid/server/util/OrderedMapHelper.java
M    java/broker/src/org/apache/qpid/server/handler/TxCommitHandler.java
AM   java/client/test/src/org/apache/qpid/transacted/UnitTests.java
M    java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464867 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-18. Removed unused experimental code that had direct dependencies on MINA-0.9.5 and upgraded to MINA-1.1.0 snapshot.</title>
<updated>2006-10-12T20:01:58+00:00</updated>
<author>
<name>Robert Greig</name>
<email>rgreig@apache.org</email>
</author>
<published>2006-10-12T20:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=8a9e141b27d1ae74eab2854d6dccedb404937a6f'/>
<id>8a9e141b27d1ae74eab2854d6dccedb404937a6f</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@463403 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@463403 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>AMQPFastProtocolHandler.java - Added (Integer appRegId) constructor to allow the AMQPFastProtocolHandler to request the ApplicationRegistry instance.</title>
<updated>2006-09-25T10:59:23+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2006-09-25T10:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=224feaeb6610f4c7240cc571f147a942bc64706d'/>
<id>224feaeb6610f4c7240cc571f147a942bc64706d</id>
<content type='text'>
ApplicationRegistry.java - Modified to allow multiple ARs to exist each indexed by an integer id. Default AR of 0 always exists.
NullApplicationRegistry.java - Copied from Test cases but modified to have a simple MemoryMessageStore.
MemoryMessageStore.java - Added a configure() that uses the class defaults.
NullAuthenticationManager.java - Moved from Test
Renamed NullApplicationRegistry.java to TestApplicationRegistry.java for the Test cases.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@449643 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ApplicationRegistry.java - Modified to allow multiple ARs to exist each indexed by an integer id. Default AR of 0 always exists.
NullApplicationRegistry.java - Copied from Test cases but modified to have a simple MemoryMessageStore.
MemoryMessageStore.java - Added a configure() that uses the class defaults.
NullAuthenticationManager.java - Moved from Test
Renamed NullApplicationRegistry.java to TestApplicationRegistry.java for the Test cases.


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@449643 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
