Infinite loop in Camel - Rabbit MQ
I have a small server-route, which takes a message from queue.in and puts in queue.out. When I put ONE message in queue.in , the server runns in an infinite loop. I wonder what I'm missing in terms of configuration. This seems like a very simple route. The small server-route: <camelContext id="camel-server" xmlns="http://camel.apache.org/schema/spring"> <jmxAgent disabled="false" onlyRegisterProcessorWithCustomId="false" createConnector="true" usePlatformMBeanServer="true" registerNewRoutes="true" statisticsLevel="All" includeHostName="false" mask="false" id="agent" /> <endpoint id="queue.in"