Hello All!
This is in continuation to my earlier post “System Emulator via JMS“. I have now enhanced the application with few minor but important changes.
I have done some improvements for consuming less resources from weblogic front and also enabled support for quick response from emulator front.
Below are changes:
- Use of MessageProducer instead of Message Sender. This enables the application to have more functionalities for sending the message with lot of other configuration parameters
- Use of time to deliver instead of sleep in JVM. This reduces the load on weblogic due to the application and uses JMS delayed feature to make the message visible after a specific interval of time.
Hope these changes will be useful.
For download, please contact abhi@toraveabout.com.