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

Perl bindings to the librabbitmq-c AMQP library.

Results 17 Net--RabbitMQ issues
Sort by recently updated
recently updated
newest added

Hiya Would it be possible to add the original message body into the basic return callback arguments? Because the basic_return callback is only called when the connection is flushed (either...

I will be the first to admit that I am doing something strange and unusual, for which I will make no apology. However, I did have to do a couple...

The "get()" method is missing documentation. Its says: ``` text $options is an optional hash respecting the following keys: ``` But there is no hash following that line.

You're missing at least v0.2.3 in the repository. It would really help if you tagged all versions, even the old ones, to help people troubleshoot versions on CPAN.

Hi, I've run into the issue of consuming messages from a queue. I wrote a daemon which forks several child processes. Each child process is a Net::RabbitMQ client which connects...

Hi! I reported a segmentation fault in CPAN: https://rt.cpan.org/Public/Bug/Display.html?id=76205 I got a segmentation fault in subroutine get. I think it is because memory allocation failed. I have Net::RabbitMQ version 0.2.2....

I'm getting test failed: # env MQHOST="localhost" make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/001_declare_exchange.t ... ok t/002_publish.t ............ ok t/003_consume.t ............ ok t/004_selfconsume.t ........ ok t/005_noack.t...