I'm experimenting a bit with Apache Camel to propose it to my boss as an "ESB solution" which he is pushing for. Camel looks like a nice project, and a good way to keep away from more heavyweight stuff.
We've got a low-level layer implemented in C which listens to network events and is supposed to trigger some demo Camel route. Which is the best way to do such integration? I was thinking of JMS and STOMP protocol, unfortunately its C client library looks funny (you have to compile it on XCode, for one).
Have you got any alternatives to suggest?
