Hi, I've written an MDP that complies with the ResponsiveTextMessageDelegate pattern in the Spring docs.

What is the best way to configure the response messages? I'd like to ensure that my replies are non-persistent and have a particular TTL.

Do I have to subclass MessageListenerAdapter to override postProcessResponse, or is there a better way? I'd much rather do this declaratively than write new code.