<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/examples, branch java-broker-amqp-1-0-management</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/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://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=95f76ef2625b8b451ecdd8235c45a333d0823a19'/>
<id>95f76ef2625b8b451ecdd8235c45a333d0823a19</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://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=56a006f4f653a7feb958d8e245551ee274412e32'/>
<id>56a006f4f653a7feb958d8e245551ee274412e32</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://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=30e6352e11fa55d9d09a5c8b4db767f6978c5f00'/>
<id>30e6352e11fa55d9d09a5c8b4db767f6978c5f00</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://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=6808ad997b25b2fd149d04a6ad9ff32dfa5b0871'/>
<id>6808ad997b25b2fd149d04a6ad9ff32dfa5b0871</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://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=15aa38828412320168efcba62b1385797ce7d1c6'/>
<id>15aa38828412320168efcba62b1385797ce7d1c6</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>NO-JIRA: Add missing apache copyright licence text.</title>
<updated>2013-12-16T18:41:20+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2013-12-16T18:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=79375c2923cb4f45814fd86b3367499012cfb99c'/>
<id>79375c2923cb4f45814fd86b3367499012cfb99c</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1551304 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@1551304 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5244: remove stale QMFv1 agent example</title>
<updated>2013-10-21T12:37:27+00:00</updated>
<author>
<name>Kenneth Anthony Giusti</name>
<email>kgiusti@apache.org</email>
</author>
<published>2013-10-21T12:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=fea6873fadbc856abe6ab807ddbb6089021b88fa'/>
<id>fea6873fadbc856abe6ab807ddbb6089021b88fa</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1534133 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@1534133 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://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=23e18f8261103073c9abd5fb96f8297e86c4e6c6'/>
<id>23e18f8261103073c9abd5fb96f8297e86c4e6c6</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://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=f7d8202e8ce078adeef610df88c5d35ac5770fd9'/>
<id>f7d8202e8ce078adeef610df88c5d35ac5770fd9</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://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=1246db657d683e55d50fc3ee420121d076b4e9bd'/>
<id>1246db657d683e55d50fc3ee420121d076b4e9bd</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>
</feed>
