On Friday I spoke with Ted Ross for a bit about doing a more Ruby-esque
set of bindings for the Qpid APIs. The APIs wouldn't be a replacement
for the ones generated by SWIG, but would instead be a wrapper around
them that feels more like a Ruby API.

I've done an initial stab at this, creating several new class:

Qpid::Messaging::Connection
Qpid::Messaging::Session
Qpid::Messaging::Sender
Qpid::Messaging::Receiver
Qpid::Messaging::Message

which you can look at in my Github repo[1].

I'd like some feedback on the design so far. The code so far allows a
user to create and open a connection, start a session, send and receive
messages (I'm doing the codec piece next) then close the session.

[1] http://github.com/mcpierce/Qpid/tree/Rubify-qpid

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/

Attachment: pgpp2jyc0kyne.pgp
Description: PGP signature

Reply via email to