Currently I'm facing the problem to aggregate several log files from a distributed system.
But since most of the applications are Java applications which use both log4j and all of them use JMS I thought about logging directly into a message queue instead of copying the individual log files.
Is this a good idea or can this backfire somehow?