Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

10. Messaging Libraries [JMS and MQ]

Sumit Rawal answered on May 14, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


10. Messaging Libraries [JMS and MQ]

0

Similar to logging and database connection, messaging is also a common feature of many real-world Java applications.

Java provides JMS or the Java Messaging Service, that’s not part of JDK. For this component, you need to include a separate jms.jar.

Similarly, if you are using third-party messaging protocols, like Tibco RV, then, you need to use a third-party JAR — tibrv.jar — in your application classpath.

If you want to learn more about JMS and need a resource then I highly recommend you to join the Java Message Service — JMS Fundamentals course by Bharat Thippireddy, one of my favorite Java instructors on Udemy.

Popularity 1/10 Helpfulness 1/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on May 14 2023
Sumit Rawal
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.