Hi, We recently updated from AMQ 5.3.0 to AMQ 5.6.0. We are using a database for storing persistent messages, with journaled mode (in AMQ 5.3.0 it was JournaledPersistenceAdapter, in 5.6.0 JournaledPersistenceAdapterFactory). We recently had a problem with 4000 messages ending up in a dead-letter queue, and because of the number of messages we moved them in the database. But then, a problem occured: ActiveMQ wouldn't restart, due to some error with the journal-files (i'm guessing because of a mismatch between the journal and the database). So, we had to remove the journal files to get AMQ up and running again. This was not the case with AMQ 5.3.0, we could move messages in the database without having trouble with journals.
So, my question is: What is the recommended way of moving a lot of messages at once when using a journaled persistence adapter with a SQL-database? -Tobb -- View this message in context: http://activemq.2283324.n4.nabble.com/Mass-moving-messages-tp4659228.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.