Hi Carl,
Thanks for the response - I think I want the moon on a stick - but I cannot rely on my publishers not to set the durable bit (especially as it is on by default on a JMSMessage). So that won't quite do. I have two federated brokers joined by a queue route and I want to ensure that the queue route survives system restarts/updates but I do not want to use message persistence. If the queue is not durable the queue route is invalid. Mmmm. Thanks Richard Richard Fallon Architect 01928 598963 +447733312563 [email protected] -----Original Message----- From: Carl Trieloff [mailto:[email protected]] Sent: 08 September 2011 17:27 To: [email protected] Subject: Re: Durable Queue Behaviour make the queue durable on create, but do not set the durable bit on message publish. That should do it for you Carl. On 09/08/2011 11:47 AM, rfallon wrote: > All, > > I want durable queues that DO NOT persist the messages, i.e. I want > my configuration to survive a restart but (as a performance trade-off) > I do not want to incur the costs of persisting data, so do not care if > my data survives. > > So I have created a durable queue and tried starting up the broker > with a number of different options but the only two behaviours I can > see are:- > > 1) Queue survives restart with all its data > 2) Queue does not survive restart > > From my tests I have not been able to create a durable queue that does > not persist the data. Is this possible? How would I acheive this? > > Btw currently using C++ v0.8. > > -- > View this message in context: > http://apache-qpid-users.2158936.n2.nabble.com/Durable-Queue-Behaviour > -tp6772357p6772357.html Sent from the Apache Qpid users mailing list > archive at Nabble.com. > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected] _______________________________________________________ Atos and Atos Consulting are trading names used by the Atos group. The following trading entities are registered in England and Wales: Atos IT Services UK Limited (registered number 01245534), Atos Consulting Limited (registered number 04312380) and Atos IT Solutions and Services Limited (registered number 01203466) The registered office for each is at 4 Triton Square, Regents Place, London, NW1 3HG. The VAT No. for each is: GB232327983 This e-mail and the documents attached are confidential and intended solely for the addressee, and may contain confidential or privileged information. If you receive this e-mail in error, you are not authorised to copy, disclose, use or retain it. Please notify the sender immediately and delete this email from your systems. As emails may be intercepted, amended or lost, they are not secure. Atos therefore can accept no liability for any errors or their content. Although Atos endeavours to maintain a virus-free network, we do not warrant that this transmission is virus-free and can accept no liability for any damages resulting from any virus transmitted. The risks are deemed to be accepted by everyone who communicates with Atos by email. _______________________________________________________ --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
