Not getting the newest information from a table (recipientList)
问题 I am using Apache Camel with different routes running inside a CONTAINER. I am having trouble with this route: getSalesNumber that obtains the sale number for a specific person. The problem is that this route reads the content of a table called TABLE_AGENT_MAIL and if i inserted a new row inside that table the route wont read it and i have to restart the container in order to make it work. This is the route: <route id="getSalesNumber"> <from uri="direct:getSalesNumber"/> <setHeader headerName