Can somebody please tell me how to set the delivery mode to NON_PERSISTENT for the JMS binding.
I tried uri="jms:MyService?deliveryMode=1" and I got this Exception: Unknown token deliveryMode=1 I tried <headers JMSDeliveryMode="NON_PERSISTENT"/>, although I did not get any exception the messages still got delivery as PERSISTENT. Thanks, Ha
