Perl Message System

niceperl on 2008-05-18T18:48:36

I used JMS (Java Message System) in order to provide async message communication between applications. It supports other key features like persistence and transanctions.

I always ask myself why there is no equivalent PMS - Perl Message System in the Perl World.


Message Queue

jplindstrom on 2008-05-19T00:18:22

Maybe you can use The Schwartz.

Look at Stomp Protocol

jjn1056 on 2008-05-19T14:21:24

I've used Stomp for this, works well with ActiveMQ so if you are used to JMS this will seem friendly to you.