omniti-labs / Net--RabbitMQ

Perl bindings to the librabbitmq-c AMQP library.
Other
25 stars 18 forks source link

Upgrade to rabbitmq-c-fb6fca832fd2 #14

Open MattiL opened 12 years ago

MattiL commented 12 years ago

I haved upgraded Net::RabbitMQ to rabbitmq-c-fb6fca832fd2 and got rid of a segmentation fault in https://github.com/omniti-labs/Net--RabbitMQ/issues/13. Unfortunately I have not implemented the features added only to Net::RabbitMQ. So you may merge it so that the new features remain.

postwait commented 12 years ago

Removing all the features that were added into Net::RabbitMQ isn't really an acceptable step. If you want to update the rabbitmq-c stuff, pull the new sources and merge in the additions we've make over time in the Net::RabbitMQ source base. Those changes are critical to make this module useful for AMQP interaction within Perl.

sorear commented 12 years ago

I may be interested in taking this on. @postwait, what is left to do? Would you prefer a start over? If so, what version of librabbitmq-c is already present?

emarcotte commented 11 years ago

I've done a bit of work to actually split the two libraries so that we could get some bug fixes from more recent versions of the c library without having to rebuild Net::RabbitMQ each time. See https://github.com/emarcotte/Net--RabbitMQ