Re: AMQ 5.1 - How to create a Durable Producer, Consumer and Queue for reliability

2008-05-08 Thread James Strachan
2008/5/8 shaf <[EMAIL PROTECTED]>: > > The subject says it all - is there any such thing in AMQ when dealing with > Point-to-Point (Queues)? Sure - thats basic JMS stuff. Just make sure you use transactions or client acknowledges... http://activemq.apache.org/should-i-use-transactions.html > I

AMQ 5.1 - How to create a Durable Producer, Consumer and Queue for reliability

2008-05-08 Thread shaf
The subject says it all - is there any such thing in AMQ when dealing with Point-to-Point (Queues)? I require reliability as I require to create/destroy dynamic Queues programatically if anyone can provide some code snippets. Thanks, Shaf -- View this message in context: http://www.nabble.com/A