On Jan 20, 2009, at 11:06 AM, Greg Dritschler wrote:
I've noticed that JMSHeaderReferencePolicyInterceptor and TransportServiceInterceptor set the JMSDeliveryMode and JMSPriority headers in the request and response JMS messages respectively before the messages are sent. I am under the impression that the JMS API requires these header values to be set via the MessageProducer interface. The values in the Message are ignored.
Yep. Shouldn't do any harm, but definitely be unecessary... --kevan
