For posterity; my speculative diagnosis that Camel or Spring are failing to garbage collect on the Autowired ConsumerTemplate seems incorrect. I was able to reproduce the bug in a test environment (or seemingly so), and applying my "fix" by invoking .close() didn't fix the performance.