Re: IKC reconnect

David Snopek <[email protected]> Sun, 21 Mar 2010 10:18:34 +0100
Newsgroups gmane.comp.lang.perl.poe
Message-ID <[email protected]>
2010/3/21 Philip Gwyn <[email protected]>:
[snip]
> But the Final Solution now has a name, now : Message Queue.  If you
> want to go that route, look at AMQP and RabbitMQ and so on.

Probably doesn't need mentioning, but there is a message queue built on POE:

http://search.cpan.org/perldoc?POE::Component::MessageQueue

Not as advanced as RabbitMQ, but it handles the basics.  Of course, it
isn't a drop in replacement for IKC, because obviously a message queue
provides a different abstraction to the problem.