Description
The receiveTimeout documentation is a bit confusing as it says None. But we use the spring-jms default value of 1000.
We should set it to explicit 1000 like the others.
And we should not set receiveTimeout in the JmsTemplate that we are using for sending messages, as we do not us its receive method.