hi all, does activemq delete consumed / expired messages from the database on its own or should i have a job deleting old messages running in the background?
corollary: if activemq is doing the cleanup and the database is filling up should i be worried about my app leaking messages that aren't being consumed? cheers, j.
