« Mister Tipster | Home | We came back! »
use Net::Stomp
By Michael Stepanov | October 19, 2006
Some of you know about ActiveMQ - an open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many enterprise features. One of the way to communicate with it from none-Java programm languages is STOMP (Streaming Text Orientated Messaging Protocol). STOMP is very simple and looks like HTTP-protocol.
Perl has at least two ways to communicate with ActiveMQ over STOMP:
Using ActiveMQ may help you to integrate your applications with others on Enterprise level.
Topics: ActiveMQ, perl, stomp |