Thanks, I like the brute force way but I was afraid to mess up files. Deleting the dir is very easy while developing. Thanks!
-----Original Message----- From: Eric Charles [mailto:[email protected]] Sent: Tuesday, November 06, 2012 11:42 AM To: James Users List Subject: Re: how to clean output queue Hi, Launch jconsole and connect to the james process. Under MBeans, open org.apache.activemq.james.Queue.spool.Operations You will be able to browse/remove/copy/purge If you message is already in the outgoing queue, just open the outgoing tree. This is the clean way to do. The brut-force way is to remove the activemq folder under var, but all spooled messages (incoming...) will be lost. Thx, Eric On 06/11/2012 09:05, gamliela wrote: > > Hi, > > I did some configuration loop by mistake in mailetcontainer.conf. > I sent myself a message and server got stuck, dumping 100MB of > infinite stack trace to logfile until I stopped it. > The problem is now every time I start the server, it "remembers" the > message that failed before, and server get stuck again. > > My question is how to clean the output queue manually, so server can > start cleanly? > > Thanks, > Alon > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
