Common code conflict with multiple JMS listeners invoked at same time
We have a springboot application which contains multiple JMS listeners reading message from different destinations. The application has a common logging framework which provides methods to log specific values taken from input message from each listener class and log the same in a file system as a single line per record.