i am preparing for an interview which requires a bit hands on JMS and JMX, but i didnt work on these. so need any video tutorial links which can make me understand quickly. thanks.
You would use JMS when you are building an system that needs (reliable, robust, resilient) message passing between different components (typically) on different computers. You would JMX when you are implementing monitoring for your system.
JMS (Java Message Service) is an API that provides the facility to create, send and read messages. It provides loosely coupled, reliable and asynchronous communication. JMS is also known as a messaging service.
The Java Message Service (JMS) makes it easy to develop enterprise applications that asynchronously send and receive business data and events. It defines a common enterprise messaging API that is designed to be easily and efficiently supported by a wide range of enterprise messaging products.
The JMX specification defines five types of MBean: Standard MBeans. Dynamic MBeans. Open MBeans.
I don't have any video to suggest. However, I can suggest the following tutorials to get started with JMS and JMX.
PS: Maybe videos work well for you but, to my experience, the most effective way to learn something is hands-on practice - and this especially true with programming - and I warmly recommend to take some hours to practice a bit. The above tutorials can help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With