I have a simple route that goes from("file:/some/path").to("activemq:some/queue");
>From truss and activeMq admin page, I notice that it is constantly connecting/closing the connections. Is there a way to make the endpoint retain a connection to make it more efficient? Thanks, Tom