I have tried to get a working solution for connection pooling/caching with camel-amqp.
I found some examples that used the Spring CachingConnectionFactory, but when using that it get an NPE. The first time I do a write to a queue, it works, but subsequent writes causes an NPE. It looks like the NPE is associated with finding and existing/cached destination. Any kind of help on this would be most valuable. Thanks Lars -- View this message in context: http://camel.465427.n5.nabble.com/Connection-pooling-with-camel-amqp-tp5716936.html Sent from the Camel - Users mailing list archive at Nabble.com.
