<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/bindings/qpid/ruby/examples, 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>QPID-5794: Fix the regex in spout.rb</title>
<updated>2014-05-30T15:21:56+00:00</updated>
<author>
<name>Darryl L. Pierce</name>
<email>mcpierce@apache.org</email>
</author>
<published>2014-05-30T15:21: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=66f8c1288eeec1beb837f11220e81d1e5cfa0416'/>
<id>66f8c1288eeec1beb837f11220e81d1e5cfa0416</id>
<content type='text'>
In Ruby &gt; 1.8 the regular expression worked as is. But in 1.8 it
requires that the braces be escaped.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1598629 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Ruby &gt; 1.8 the regular expression worked as is. But in 1.8 it
requires that the braces be escaped.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1598629 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5622: Expose {get,set}ContentObject in Ruby bindings.</title>
<updated>2014-03-11T14:12:03+00:00</updated>
<author>
<name>Darryl L. Pierce</name>
<email>mcpierce@apache.org</email>
</author>
<published>2014-03-11T14:12: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=0d755181d9f99ca79a0f9da986e996ee9d309a96'/>
<id>0d755181d9f99ca79a0f9da986e996ee9d309a96</id>
<content type='text'>
Added the feature and updated the rspec tests and examples to use
content_object for retrieving data.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1576357 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the feature and updated the rspec tests and examples to use
content_object for retrieving data.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1576357 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-4834: Fixed how Ruby spout example processes connection options</title>
<updated>2013-07-12T19:13:58+00:00</updated>
<author>
<name>Darryl L. Pierce</name>
<email>mcpierce@apache.org</email>
</author>
<published>2013-07-12T19:13: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=6ba3359c9a17344f4a577f318e8157d58dc52146'/>
<id>6ba3359c9a17344f4a577f318e8157d58dc52146</id>
<content type='text'>
The argument comes in as a string. It is now processed, the keys and
values extracted and put into a proper Hash that is then passed to the
Qpid::Messaging::Connection object.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1502660 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The argument comes in as a string. It is now processed, the keys and
values extracted and put into a proper Hash that is then passed to the
Qpid::Messaging::Connection object.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1502660 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4842: Ruby spout.rb calls wrong API to set message properties.</title>
<updated>2013-05-14T21:26:34+00:00</updated>
<author>
<name>Darryl L. Pierce</name>
<email>mcpierce@apache.org</email>
</author>
<published>2013-05-14T21:26: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=237f1f9555a150ced092cfa811c0cc94ba850211'/>
<id>237f1f9555a150ced092cfa811c0cc94ba850211</id>
<content type='text'>
Previously it was calling the read-only API (the one that returns an
array created from the underlying C++ code) rather than the method to
actually set values in the underlying C++.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482597 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it was calling the read-only API (the one that returns an
array created from the underlying C++ code) rather than the method to
actually set values in the underlying C++.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482597 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4563: Changed the Address constructor to take a URI.</title>
<updated>2013-02-04T14:48:15+00:00</updated>
<author>
<name>Darryl L. Pierce</name>
<email>mcpierce@apache.org</email>
</author>
<published>2013-02-04T14:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=0e0abec0c04b33565087f4de855a2d05b8868dc9'/>
<id>0e0abec0c04b33565087f4de855a2d05b8868dc9</id>
<content type='text'>
Previously it took the components of an address. Now it takes a single
string URI for the address.

Updated all cucumber and rspec tests to reflect these changes. Also
fixed up the example apps.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442141 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it took the components of an address. Now it takes a single
string URI for the address.

Updated all cucumber and rspec tests to reflect these changes. Also
fixed up the example apps.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442141 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>JIRA 4291 : Renamed the gemfile to qpid_messaging.</title>
<updated>2012-10-11T19:43:23+00:00</updated>
<author>
<name>Darryl L. Pierce</name>
<email>mcpierce@apache.org</email>
</author>
<published>2012-10-11T19:43: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=4ed835d2d81bf256e8cebe162ef3a389fd2a89b2'/>
<id>4ed835d2d81bf256e8cebe162ef3a389fd2a89b2</id>
<content type='text'>
Updated the examples and libraries to reflect this change.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1397261 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated the examples and libraries to reflect this change.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1397261 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3551 - Refactors the Qpid::Messaging::Connection APIs.</title>
<updated>2011-11-21T18:27:48+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-11-21T18:27: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=0eed62fe8ca2974fb7552e40aeaa723e26015fa0'/>
<id>0eed62fe8ca2974fb7552e40aeaa723e26015fa0</id>
<content type='text'>
Applied patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1204640 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applied patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1204640 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3360 - Ruby implementation of Qpid example applications</title>
<updated>2011-09-12T21:06:44+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-09-12T21:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=dd6407e053b8fb26f242f4a41d90798ee269f991'/>
<id>dd6407e053b8fb26f242f4a41d90798ee269f991</id>
<content type='text'>
Committed patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1169926 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Committed patch from Darryl Pierce.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1169926 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3360 - Ruby implementation of Qpid example applications</title>
<updated>2011-09-06T19:26:36+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-09-06T19:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=cf96c713aea8242193f9a30e9cc798f32adf84a2'/>
<id>cf96c713aea8242193f9a30e9cc798f32adf84a2</id>
<content type='text'>
Applied partial patch from Darryl Pierce


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1165794 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applied partial patch from Darryl Pierce


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