<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/examples/messaging, branch QPID-6125-ProtocolRefactoring</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>NO-JIRA: Rename Message_ostream.h/.cpp to Message_io.h/.cpp.</title>
<updated>2013-12-20T18:51:42+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2013-12-20T18:51: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=770fe5e291b1d3892cce32dc45a0fa23ea6987df'/>
<id>770fe5e291b1d3892cce32dc45a0fa23ea6987df</id>
<content type='text'>
Allow for addition of istream operator in future.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1552780 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow for addition of istream operator in future.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1552780 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5431: Qpid c++ client hangs / crashes during reception failover in HA environment (mutual recursion)</title>
<updated>2013-12-20T15:06:35+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2013-12-20T15:06: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=44297255a2a408dbb9114395467da6384b9bc012'/>
<id>44297255a2a408dbb9114395467da6384b9bc012</id>
<content type='text'>
Bug in AMQP 1.0 retry code caused an infinite recursion when failing over.
The recursion was in messaging::amqp::ConnectionContext, where the following
recursive cycle could occur:
 check()-&gt;autoconnect()-&gt;tryConnect(Url)-&gt;tryConnect(Address)-&gt;wait()-&gt;check()-&gt;...

Re-organized the code to avoid the recursion, specifically avoid calling check()
in tryConnect(Address). A disconnect detected in tryConnect results in continuing
the retry rather than calling autoconnect again.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1552698 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug in AMQP 1.0 retry code caused an infinite recursion when failing over.
The recursion was in messaging::amqp::ConnectionContext, where the following
recursive cycle could occur:
 check()-&gt;autoconnect()-&gt;tryConnect(Url)-&gt;tryConnect(Address)-&gt;wait()-&gt;check()-&gt;...

Re-organized the code to avoid the recursion, specifically avoid calling check()
in tryConnect(Address). A disconnect detected in tryConnect results in continuing
the retry rather than calling autoconnect again.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1552698 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>NO-JIRA: Added ostream operator for qpid::Messaging::Message</title>
<updated>2013-12-20T02:01:56+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2013-12-20T02:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=03376b220a25865653cbb59280a28213233a07f2'/>
<id>03376b220a25865653cbb59280a28213233a07f2</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1552476 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/trunk/qpid@1552476 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>NO_JIRA: Roll back change to CMakeLists.txt in which a test example was added which is not part of the build.</title>
<updated>2013-12-17T14:57:13+00:00</updated>
<author>
<name>Kim van der Riet</name>
<email>kpvdr@apache.org</email>
</author>
<published>2013-12-17T14:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=e087fd2f4365704573c28acea95eabe4f8e2d79a'/>
<id>e087fd2f4365704573c28acea95eabe4f8e2d79a</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1551560 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/trunk/qpid@1551560 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5425: TPL fails with JERR_JNLF_FILEOFFSOVFL</title>
<updated>2013-12-16T21:33:10+00:00</updated>
<author>
<name>Kim van der Riet</name>
<email>kpvdr@apache.org</email>
</author>
<published>2013-12-16T21:33: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=db8e8c0a986b6847cc1558d70206136cba661cb6'/>
<id>db8e8c0a986b6847cc1558d70206136cba661cb6</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1551361 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/trunk/qpid@1551361 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5196: Messaging example hello_world core dumps when given a bad connection option</title>
<updated>2013-09-30T22:20:34+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2013-09-30T22:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=4f70443cc35f28238dc1616144bdfa5a48864671'/>
<id>4f70443cc35f28238dc1616144bdfa5a48864671</id>
<content type='text'>
Move connection constructor into try-catch block



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527802 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move connection constructor into try-catch block



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1527802 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5133: Add option to the spout examples to enable durable messages</title>
<updated>2013-09-11T21:13:06+00:00</updated>
<author>
<name>Darryl L. Pierce</name>
<email>mcpierce@apache.org</email>
</author>
<published>2013-09-11T21:13: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=7134aecc709862a309cf68f45499406d05c0591f'/>
<id>7134aecc709862a309cf68f45499406d05c0591f</id>
<content type='text'>
Each of the examples (C++, Ruby, Perl, Python) now have a command line
option to set the durable flag on messages sent. This allows for
experimenting with message persistence.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1522042 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Each of the examples (C++, Ruby, Perl, Python) now have a command line
option to set the durable flag on messages sent. This allows for
experimenting with message persistence.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1522042 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4932: expose reconnect&amp;replay logic</title>
<updated>2013-09-09T01:05:14+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2013-09-09T01:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=1f971b1cb81c5f317733f4ad2d160f6373074b0b'/>
<id>1f971b1cb81c5f317733f4ad2d160f6373074b0b</id>
<content type='text'>
QPID-5120: install on windows installs checked-in solution/project files

Check in a VS2008 project file that satisfies cmake QPID install.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1520947 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QPID-5120: install on windows installs checked-in solution/project files

Check in a VS2008 project file that satisfies cmake QPID install.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1520947 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4932: expose reconnect&amp;replay logic for application to control itself</title>
<updated>2013-09-06T19:37:52+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2013-09-06T19:37: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=fc848c55c4c9fd3e2131a7b16985f24c48053c42'/>
<id>fc848c55c4c9fd3e2131a7b16985f24c48053c42</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1520673 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/trunk/qpid@1520673 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5111: Make library dependencies clearer in build system</title>
<updated>2013-09-03T22:09:17+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-09-03T22:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=38b177680793ae87a66d7fa6ed8d9c34ea3e1bcd'/>
<id>38b177680793ae87a66d7fa6ed8d9c34ea3e1bcd</id>
<content type='text'>
- Use -as-needed to link libraries to avoid unnecessary libraries
- Tidyup mess with nss and qpid-proton libraries

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1519866 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use -as-needed to link libraries to avoid unnecessary libraries
- Tidyup mess with nss and qpid-proton libraries

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