<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git, branch M2.1.x</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>move qpid to tlp</title>
<updated>2008-12-12T22:29:35+00:00</updated>
<author>
<name>Joe Schaefer</name>
<email>joes@apache.org</email>
</author>
<published>2008-12-12T22:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=e088a1c03583fcd2df7eaba79cb878f3db543d82'/>
<id>e088a1c03583fcd2df7eaba79cb878f3db543d82</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M2.1.x@726140 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/qpid/branches/M2.1.x@726140 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-1104: Add an IMessage.Acknowledge(bool) so that only specific messages can be acknowledged, not all messages recieved on the Channel up to that point.</title>
<updated>2008-06-16T14:02:16+00:00</updated>
<author>
<name>Aidan Skinner</name>
<email>aidan@apache.org</email>
</author>
<published>2008-06-16T14:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=202bfa576abd99ba11f0da97019a76de048479e9'/>
<id>202bfa576abd99ba11f0da97019a76de048479e9</id>
<content type='text'>
Qpid.Client/Client/Message/AbstractQmsMessage.cs, dotnet/Qpid.Messaging/IMessage.cs: add paramatarised ack so that only certain messages can be ack'd

Qpid.Integration.Tests/Qpid.Integration.Tests.csproj: add new test case

Qpid.Integration.Tests/testcases/ClientAckTests.cs: new tests

Qpid.Client/Client/BasicMessageProducer.cs, Qpid.Messaging/IMessagePublisher.cs:Add Channel property that the producer belongs too

Qpid.Integration.Tests/testcases/BaseMessagingTestFixture.cs: add SendMessages method


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@668164 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qpid.Client/Client/Message/AbstractQmsMessage.cs, dotnet/Qpid.Messaging/IMessage.cs: add paramatarised ack so that only certain messages can be ack'd

Qpid.Integration.Tests/Qpid.Integration.Tests.csproj: add new test case

Qpid.Integration.Tests/testcases/ClientAckTests.cs: new tests

Qpid.Client/Client/BasicMessageProducer.cs, Qpid.Messaging/IMessagePublisher.cs:Add Channel property that the producer belongs too

Qpid.Integration.Tests/testcases/BaseMessagingTestFixture.cs: add SendMessages method


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@668164 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 667561 via svnmerge from </title>
<updated>2008-06-13T15:48:54+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2008-06-13T15:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=2c010d5a9fd4e327f6418e10d99a267e95f9d685'/>
<id>2c010d5a9fd4e327f6418e10d99a267e95f9d685</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r667561 | ritchiem | 2008-06-13 15:56:45 +0100 (Fri, 13 Jun 2008) | 3 lines
  
  QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking. Added a new InternalBrokerBaseCase for performing testing on the broker without using the client libraries. This allows for testing closer to AMQP.
  
  Further investigation is required to identify why the .Net was causing the refcounting problems that required the previous change to Unacknowledged message introducing this .
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@667574 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r667561 | ritchiem | 2008-06-13 15:56:45 +0100 (Fri, 13 Jun 2008) | 3 lines
  
  QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking. Added a new InternalBrokerBaseCase for performing testing on the broker without using the client libraries. This allows for testing closer to AMQP.
  
  Further investigation is required to identify why the .Net was causing the refcounting problems that required the previous change to Unacknowledged message introducing this .
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@667574 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-1135: Fix multi-frame message handling. This fix is suboptimal since it creates an extra copy, as a result it's slower and less memory efficent. But it is correct.</title>
<updated>2008-06-12T14:05:12+00:00</updated>
<author>
<name>Aidan Skinner</name>
<email>aidan@apache.org</email>
</author>
<published>2008-06-12T14:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=4b9100b6443351bee9dbce568e9c73e86334445f'/>
<id>4b9100b6443351bee9dbce568e9c73e86334445f</id>
<content type='text'>
Qpid.Buffer/SlicedByteBuffer.cs: Make sure that we only request the right part of the array when returning a slice

Qpid.Integration.Tests/Qpid.Integration.Tests.csproj: add ByteMessageTest

Qpid.Integration.Tests/testcases/BaseMessagingTestFixture.cs: Add ConsumeNMessage and ConsumeMessages variants that take byte[] instead of string

Qpid.Integration.Tests/testcases/ByteMessageTest.cs: add tests for various sizes of messages


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@667097 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qpid.Buffer/SlicedByteBuffer.cs: Make sure that we only request the right part of the array when returning a slice

Qpid.Integration.Tests/Qpid.Integration.Tests.csproj: add ByteMessageTest

Qpid.Integration.Tests/testcases/BaseMessagingTestFixture.cs: Add ConsumeNMessage and ConsumeMessages variants that take byte[] instead of string

Qpid.Integration.Tests/testcases/ByteMessageTest.cs: add tests for various sizes of messages


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@667097 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>add generated bumpf</title>
<updated>2008-06-12T14:04:37+00:00</updated>
<author>
<name>Aidan Skinner</name>
<email>aidan@apache.org</email>
</author>
<published>2008-06-12T14:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=850227a6776aa1246a68225781b9e18ab8af054c'/>
<id>850227a6776aa1246a68225781b9e18ab8af054c</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@667096 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/branches/M2.1.x@667096 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ignore file</title>
<updated>2008-06-12T14:04:04+00:00</updated>
<author>
<name>Aidan Skinner</name>
<email>aidan@apache.org</email>
</author>
<published>2008-06-12T14:04: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=442fc5cef0e3ab0c9b0d2a6fca26f35e3f4cbe8b'/>
<id>442fc5cef0e3ab0c9b0d2a6fca26f35e3f4cbe8b</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@667095 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/branches/M2.1.x@667095 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 663999-664020 via svnmerge from </title>
<updated>2008-06-06T16:46:48+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2008-06-06T16:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=f7ca7ec96e7fb7926bc578aec3c4c5e7e1e3daad'/>
<id>f7ca7ec96e7fb7926bc578aec3c4c5e7e1e3daad</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r663999 | ritchiem | 2008-06-06 17:03:42 +0100 (Fri, 06 Jun 2008) | 1 line
  
  QPID-1058 : Added new CramMD5HexSaslClient.cs and registered it in the Sasl Factory and the client CallbackHandler
........
  r664001 | ritchiem | 2008-06-06 17:03:48 +0100 (Fri, 06 Jun 2008) | 1 line
  
  QPID-1058 : Addition of a CRAM-MD5-HEX as discussed on the JIRA. An additional test is provided to ensure that the handle method correctly wraps a given Database password in hex.
........
  r664020 | ritchiem | 2008-06-06 17:32:49 +0100 (Fri, 06 Jun 2008) | 2 lines
  
  QPID-1058 : Removal of Console WriteLine as highlighted in code review by Robert Godfrey.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@664028 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r663999 | ritchiem | 2008-06-06 17:03:42 +0100 (Fri, 06 Jun 2008) | 1 line
  
  QPID-1058 : Added new CramMD5HexSaslClient.cs and registered it in the Sasl Factory and the client CallbackHandler
........
  r664001 | ritchiem | 2008-06-06 17:03:48 +0100 (Fri, 06 Jun 2008) | 1 line
  
  QPID-1058 : Addition of a CRAM-MD5-HEX as discussed on the JIRA. An additional test is provided to ensure that the handle method correctly wraps a given Database password in hex.
........
  r664020 | ritchiem | 2008-06-06 17:32:49 +0100 (Fri, 06 Jun 2008) | 2 lines
  
  QPID-1058 : Removal of Console WriteLine as highlighted in code review by Robert Godfrey.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@664028 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 663125 via svnmerge from </title>
<updated>2008-06-04T14:57:37+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2008-06-04T14:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=985e8c974e786b8aa03c48db159804c1a9e97ae2'/>
<id>985e8c974e786b8aa03c48db159804c1a9e97ae2</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r663125 | ritchiem | 2008-06-04 15:32:49 +0100 (Wed, 04 Jun 2008) | 6 lines
  
  QPID-1119 : M2x commit : Addition of a System property to AMQProtocolHandler.java to allow the syncWait default to be changed. To perform this a new SlowMessageStore has been added to the systest package. This allows all MessageStore methods to have a pre and/or post delay applied. This delay can be configured dynamically if you have a handle to the Store or via the XML configuration. The SlowMessageStore can also be used to wrap any existing MessageStore (Testing only carried out with the default MemoryMessageStore) 
  To make testing easier on M2x VMTestCase has been modified to allow the test to simply configure logging levels and systemProperties. These are then reverted after the test has completed.
  
  These changes will naturally need more work to before they are merged to trunk which uses totally different methods for ClientProperties and for running tests.
  
  systests/pom.xml didn't have amqj.logging.level as a systemProperty hence setting it did nothing for the tests.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@663142 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r663125 | ritchiem | 2008-06-04 15:32:49 +0100 (Wed, 04 Jun 2008) | 6 lines
  
  QPID-1119 : M2x commit : Addition of a System property to AMQProtocolHandler.java to allow the syncWait default to be changed. To perform this a new SlowMessageStore has been added to the systest package. This allows all MessageStore methods to have a pre and/or post delay applied. This delay can be configured dynamically if you have a handle to the Store or via the XML configuration. The SlowMessageStore can also be used to wrap any existing MessageStore (Testing only carried out with the default MemoryMessageStore) 
  To make testing easier on M2x VMTestCase has been modified to allow the test to simply configure logging levels and systemProperties. These are then reverted after the test has completed.
  
  These changes will naturally need more work to before they are merged to trunk which uses totally different methods for ClientProperties and for running tests.
  
  systests/pom.xml didn't have amqj.logging.level as a systemProperty hence setting it did nothing for the tests.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@663142 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 662818 via svnmerge from </title>
<updated>2008-06-03T15:12:10+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2008-06-03T15:12: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=be5148ecc15cceabf2a3df82904f6dbd0e9c070c'/>
<id>be5148ecc15cceabf2a3df82904f6dbd0e9c070c</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r662818 | ritchiem | 2008-06-03 16:07:07 +0100 (Tue, 03 Jun 2008) | 1 line
  
  QPID-1117 : Added tests for all other message types. Refactored the common parts out of the objectTest.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@662820 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r662818 | ritchiem | 2008-06-03 16:07:07 +0100 (Tue, 03 Jun 2008) | 1 line
  
  QPID-1117 : Added tests for all other message types. Refactored the common parts out of the objectTest.
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@662820 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 662770 via svnmerge from </title>
<updated>2008-06-03T12:38:18+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2008-06-03T12:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3d57ef863d0a5974d3478972c5aa9c7b5670bd65'/>
<id>3d57ef863d0a5974d3478972c5aa9c7b5670bd65</id>
<content type='text'>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r662770 | ritchiem | 2008-06-03 13:32:47 +0100 (Tue, 03 Jun 2008) | 3 lines
  
  QPID-1092 : Changed toString to be String.valueOf(getObject())
  Added MessageToStringTest, tests performing toString on Message before calling getObject().
........


git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@662773 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x

........
  r662770 | ritchiem | 2008-06-03 13:32:47 +0100 (Tue, 03 Jun 2008) | 3 lines
  
  QPID-1092 : Changed toString to be String.valueOf(getObject())
  Added MessageToStringTest, tests performing toString on Message before calling getObject().
........


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