django - signals
continuing the recent thread about content types in django I thought I would talk about a feature which got added in the magic removal branch, which doesn't have as much attention as I think it deserves. signals and the dispatcher. signals are way of telling the rest of the world that something ...
Looks like STOMP has some competition
IBM has released 'XMS' which allows you to talk to a JMS server from 'c' or .net. Of course.. in order to play you need a copy of Websphere MQ. so in reality STOMP is quite safe as it is a open protocol, with already 2 different server implementations. If they could convince another of the OSS JMS vendors to implement STOMP as well they might be on ...
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 ...