1. How to run TaskExecutorLauncher job?
2. What is the parameter that should be passed for the line:
3. Do we have to configure NotificationListener and create are own java class for the same OR there is the listenerClass available in sample code (currently I am using M3).Code:System.out.println("Started application. Please connect using JMX."); System.in.read();
If not, Can I get sample code for the Notification Listener Class and corresponding configuration.
4. Can anyone explain the working of onApplicationEvent and setNotificationPublisher. Being the end user (i.e. Notification listener) , what type of the message (i.e. content) I will received and when ?


Reply With Quote