Camel Event Code - requesting comments

2009-02-10 Thread Stephen J
I have written some code to add event handling to camel. The file I've attached to this post contains the code and a little bit of test code to explain what I'm trying to do here. If someone who is familiar with camel internals would take this code for a spin and see if the idea will work with th

Maven build issue

2009-01-29 Thread Stephen J
I executed mvn eclipse:eclipse and the build failed on the BAM module. It appears that the problem is that the following plugin doesn't exist: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-maven-plugin/2.0-SNAPSHOT/camel-maven-plugin-2.0-SNAPSHOT.jar Can someone

Component design question

2009-01-29 Thread Stephen J
I would like to modify a component to not process messages until it has a client connected to it's endpoint. How would I go about preventing it from consuming messages from the source until it detects that a client has attached to it's endpoint? Here's a diagram to illustrate my wish. no clients