Net--RabbitMQ icon indicating copy to clipboard operation
Net--RabbitMQ copied to clipboard

Upgrade to rabbitmq-c-fb6fca832fd2

Open MattiL opened this issue 12 years ago • 3 comments

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.

MattiL avatar Apr 04 '12 10:04 MattiL

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.

postwait avatar Apr 04 '12 14:04 postwait

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?

sorear avatar Jul 03 '12 07:07 sorear

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

emarcotte avatar Feb 27 '13 14:02 emarcotte