Open MattiL opened 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.
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?
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
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.