https://github.com/mydimension/anyevent-rabbitmq-fork
Run AnyEvent::RabbitMQ inside AnyEvent::Fork(::RPC)
https://github.com/mydimension/anyevent-rabbitmq-fork
amqp-connection anyevent perl rabbitmq
Last synced: 7 months ago
JSON representation
Run AnyEvent::RabbitMQ inside AnyEvent::Fork(::RPC)
- Host: GitHub
- URL: https://github.com/mydimension/anyevent-rabbitmq-fork
- Owner: mydimension
- Created: 2014-05-24T19:32:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T18:03:01.000Z (almost 6 years ago)
- Last Synced: 2024-12-18T16:34:53.307Z (over 1 year ago)
- Topics: amqp-connection, anyevent, perl, rabbitmq
- Language: Perl
- Homepage: https://metacpan.org/release/AnyEvent-RabbitMQ-Fork
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
The goal of this module id narrow and very specific: manage an AMQP connection
away from potential sources of TCP socket blocking. If your application use of
AnyEvent::RabbitMQ is light, does not handle high message volume, or never does
other work which might block the TCP socket, then this is likely not for you.
I, however, at $work have run into these scenarios. Through difficulty and/or
laziness, I have found it difficult to keep my AMQP connection happy. So I
embarked on creating this library to ease some pain. Hopefully it can ease yours
as well.