Hi! We have a central routing application/server using spring and camel and AMQ, and various clients connecting to it.
Now, for the last couple of months we've been using 1.4.0 which generally works fine. However, fairly often after a restart of the server app (it is still under development), it hangs as it replies to the first client to connect. I've not been able to get a stack trace, but the information I do have is that I use sendBodyAndHeaders from DefaultProducerTemplate instance, and that it logs ">>>> endpoint + " " + exchange" in ProducerCache. Then I tried to upgrade to 1.5.0, this does however not work at all (it compiles without problems), as I get a NullPointerException on line 186 of component/bean/MethodInfo - seems like there is a null expression. Any hints on how to solve any of the above is highly appreciated. Regards, Lars Ivar Igesund (larsivi)