Ian's Blog

Avatar

A RESTful Blog/Homepage.

Articles tagged with 'eai'

SOA + open source articles in IBM systems journal

IBM has released 2 journals recently one dedicated to Journal about Service Orientated Architecture and the other to Open Source. I usually find this journal full of meat, probably even a bit too much for me to digest in a single shot, but I'm not Scary Smart, and well worth reading. (sidenote: if their employees are so smart, why aren't they starting their own web2.0 ...

Perl Client to ActiveMQ (upgrade)

This upgrade fixes a nasty bug where the client would garble incoming messages on a busy/slow connection. Perl Interface to the popular Active MQ Message Queueing System, which has the download tarball on it.

Perl Client to ActiveMQ

Thanks to the hard work of Brian McCallister and his documentation of the Stomp Protocol.

I have written a perl interface which can connect and send/recieve messages to a Active MQ Message queue.

Alpha quality code is here, and a little blurb is available on Perl Interface to ActiveMQ. Once it is tested a bit more, it will live on CPAN I guess. Comments/Bugfixes/flames are ...