KahaDB, detecting corrupt index file

2010-09-16 Thread Andrew Wasilczuk
is is cool, but I have no way of telling when the index needs recovering if this happens on a real life system. Is there a way to detect a corrupt index on startup? Something like checkForCorruptJournalFiles but for the index? Many thanks, Andrew. -- [ Andrew Wasilczuk | Service Support En

Re: master/slave status command

2010-08-31 Thread Andrew Wasilczuk
is working fine now. Cheers, Andrew. -- [ Andrew Wasilczuk | Service Support Engineer ] [ NetDev Limited | http://netdev.co.uk/ ] [ M. +44 7540 047621 | T. +44 1273 936119 ] [ MM2 Support| ] [ T. +44 1273 936121 | mm2supp...@netdev.co.uk ]

Re: non-durable queues?

2010-08-19 Thread Andrew Wasilczuk
On 19/08/2010 15:13, Gary Tully wrote: > setting a message time to live on each message, such that it will > expire if there are no consumers: > > MessageProducer producer = session.createProducer(null); > long timeToLive = 2000; // in milliseconds > producer.setTimeToLive(

Re: non-durable queues?

2010-08-19 Thread Andrew Wasilczuk
the NON_PERSISTENT message delivery flag set on the producer. Cheers, Andrew. -- [ Andrew Wasilczuk | Service Support Engineer ] [ NetDev Limited | http://netdev.co.uk/ ] [ M. +44 7540 047621 | T. +44 1273 936119 ] [ MM2 Support| ] [ T. +44 127

non-durable queues?

2010-08-19 Thread Andrew Wasilczuk
Hi there, Is it possible to have a non-durable queue in ActiveMQ? The desired behaviour I'm looking for is to deliver the message only when there's an active subscriber on the queue. If there isn't one, the message should be discarded. Is this possible? If so, how do I go about setting it up?

Re: master/slave status command

2010-07-27 Thread Andrew Wasilczuk
admin. Do you think it's worth raising a feature request on JIRA? Cheers, Andrew. -- [ Andrew Wasilczuk | Service Support Engineer ] [ NetDev Limited | http://netdev.co.uk ]

master/slave status command

2010-07-26 Thread Andrew Wasilczuk
ethod isn't easily scriptable. Many thanks, Andrew. -- [ Andrew Wasilczuk | Service Support Engineer ] [ NetDev Limited | http://netdev.co.uk ]