Posts

Showing posts from October, 2009

A jira notification system for irc using camel

Last week, I thought that it would be a nice idea to have JIRA notifications for our Apache projects on IRC (for projects that sometimes use an IRC channel). So I came up with a very simple solution using Camel deployed on top of Karaf . The application itself consists in a single xml file to be copied in the deploy folder of your Karaf installation. This was one of my requirements for ease of maintenance. This is possible because of the nice hot deployment mechanism for spring xml applications in Karaf. Now, if you log onto the #camel, #cxf, #servicemix or #activemq IRC channels, you'll see some messages that look like: jirabot: Claus Ibsen - Created: (CAMEL-2090) camel-jms - Option autoStartup does not work (see https://issues.apache.org/activemq/browse/CAMEL-2090 ) Those are all generated by the following applications: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"