The JmsClientInterceptor is expecting multiple responses always when using a Topic (versus single response if multiple responses is not froced when using a Queue).
It should be enough to have the multiple responses as the default for a Topic, but one should be able to disable it. For example, in some cases it might be enough to get a response from a single service, even if more are listening to the topic.
LINGO-33still does make this unusable though.