We are using Broker-J 7.0.2.  For a couple of Queues I've set setting Persist
Messages? to 'Never'.  However when sending a message via a Qpid JMS 0.30.0
client the messages are being stored as Persistent.  I've tried both methods
MessageProducer.send(Message message) and MessageProducer.send(Message
message, int deliveryMode, int priority, long timeToLive) (using
DeliveryMode.PERSISTENT for deliveryMode) and both result in persistent
messages in the Queue.  Since I had the queue configured to Never persist
messages I wasn't expecting that behavior - maybe I'm misunderstanding this
setting?

When I use a DeliveryMode.NON_PERSISTENT for the deliveryMode then messages
are not persistent as expected.

Thanks
Bryan



--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to