<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/java/broker/src/org, branch trunk</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=df3dd68224a4703cd03a73cf1bcc3cfcfb3096e2'/>
<id>df3dd68224a4703cd03a73cf1bcc3cfcfb3096e2</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@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@476414 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed local development code that made it into the repository</title>
<updated>2006-11-15T16:21:02+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2006-11-15T16:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=1b298fecd1372f250b51bf2492cc3a7d3d99f725'/>
<id>1b298fecd1372f250b51bf2492cc3a7d3d99f725</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@475297 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@475297 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-92 Changes to bring MINA use up to MINA-Head (1.1.0) compatibility.</title>
<updated>2006-11-15T16:17:10+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2006-11-15T16:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=1fbde1df78f2e0388c0c40cbd43f54585103eb36'/>
<id>1fbde1df78f2e0388c0c40cbd43f54585103eb36</id>
<content type='text'>
Sorry forgot this file.

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@475294 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sorry forgot this file.

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@475294 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=5404fc332f791e78fc7a957d393d0b517a807714'/>
<id>5404fc332f791e78fc7a957d393d0b517a807714</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@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@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=e255e3520d1ce199045c77d824916a9648bf7495'/>
<id>e255e3520d1ce199045c77d824916a9648bf7495</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@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@472060 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced by ManagedConnection.java</title>
<updated>2006-11-07T08:56:03+00:00</updated>
<author>
<name>Bhupendra Bhusman Bhardwaj</name>
<email>bhupendrab@apache.org</email>
</author>
<published>2006-11-07T08:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=ec12c43c0406cf38f5a7475c0dde322f1fb5f9c2'/>
<id>ec12c43c0406cf38f5a7475c0dde322f1fb5f9c2</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472037 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@472037 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>AMQQueueMBean updated.  The message content is sent with header attributes. New management operation added to view message content for a particular messageId.</title>
<updated>2006-11-01T17:48:23+00:00</updated>
<author>
<name>Bhupendra Bhusman Bhardwaj</name>
<email>bhupendrab@apache.org</email>
</author>
<published>2006-11-01T17:48: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=18ef819aacdee6e3b57c2119de17165328a3fb07'/>
<id>18ef819aacdee6e3b57c2119de17165328a3fb07</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@470012 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@470012 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Channel is not an MBean. The getObjectName is removed. The SessionMBean is updated accordingly. </title>
<updated>2006-11-01T16:06:40+00:00</updated>
<author>
<name>Bhupendra Bhusman Bhardwaj</name>
<email>bhupendrab@apache.org</email>
</author>
<published>2006-11-01T16:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=5da11750757ebd985d7008c21fb55bb4573701e4'/>
<id>5da11750757ebd985d7008c21fb55bb4573701e4</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@469954 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@469954 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-56</title>
<updated>2006-10-31T09:08:42+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2006-10-31T09:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=9bfb11acd056fc7a0da321b86d0d3b0646171be5'/>
<id>9bfb11acd056fc7a0da321b86d0d3b0646171be5</id>
<content type='text'>
Also resolves a race condition where an messages could be sent out of order.
This change needs to be benchmarked against original DeliveryManager.java with the race condition fixed.

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@469422 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also resolves a race condition where an messages could be sent out of order.
This change needs to be benchmarked against original DeliveryManager.java with the race condition fixed.

git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@469422 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Applied patch</title>
<updated>2006-10-27T20:51:06+00:00</updated>
<author>
<name>Carl C. Trieloff</name>
<email>cctrieloff@apache.org</email>
</author>
<published>2006-10-27T20:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=66d9033a84e1d7b635580dfd33e9db3d72e650c8'/>
<id>66d9033a84e1d7b635580dfd33e9db3d72e650c8</id>
<content type='text'>
(JIRA-35)



git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@468538 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(JIRA-35)



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