Apache Tuscany 1.6 How do you set the JMS Binding Delivery Mode to NON_PERSISTENT?
- by Robert Greiner
I am using Tuscany 1.6 and am trying to set the Delivery Mode JMS Binding to NON_PERSISTENT.
I've tried using uri="jms:MyService?deliveryMode=1" (which is what the spec (PDF) says to do)
but, I ended up getting the following exception:
Unknown token deliveryMode=1
I also tried <headers JMSDeliveryMode="NON_PERSISTENT"/>, although I…