Enabling logging in spring integration utility
问题 Below I have the program to send a message and consume a message from queue, right now I have commented out the sending part and only want to consume the messages from queue Now I want to enable logging in the below program such that a log file is generated in my c: drive and inside that log file it should indicate that what message it is consuming at what time stamp please advise how to configure logging in the below configuration file <?xml version="1.0" encoding="UTF-8"?> <beans xmlns=