In the project that I’m currently working on we are developing a set of extensions for ServiceMix – more or less some monitoring stuff. It’s pretty Read more
Tag: servicemix
JMS redelivery with ActiveMQ and Servicemix
The other day I felt a compelling need to implement a JMS redelivery scenario. The exact scenario I’d been trying to handle was:
- my message is in an ActiveMQ queue
Servicemix: could not start under Windows XP due to infinitive wait for lock
I got looped during ServiceMix start
2010-11-23 14:49:32 org.apache.felix.karaf.main.SimpleFileLock lock
INFO: locking
2010-11-23 14:49:33 org.apache.felix.karaf.main.SimpleFileLock Read more
Servicemix: Could not parse settings maven_path/settings.xml under Windows XP
Today I encountered problem with servicemix
Could not parse settings [file:/C:/Documents and Settings/Bartek/.m2/settings.xml]
A quick look at karaf.log revealed Read more
Introducing camel-drools component
Introduction
In this post I’ll try to introduce Apache Camel component for Drools library – a great an widely used Business Rules Management System. When Read more