How To Install geronimo-jms.noarch on Amazon Linux 2

In this tutorial we learn how to install geronimo-jms.noarch in Amazon Linux 2. geronimo-jms.noarch is J2EE JMS v1.1 API

Introduction

In this tutorial we learn how to install geronimo-jms.noarch on Amazon Linux 2.

What is geronimo-jms.noarch

The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.

We can use yum to install geronimo-jms.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install geronimo-jms.noarch.

Install geronimo-jms.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install geronimo-jms.noarch using yum by running the following command:

sudo yum -y install geronimo-jms.noarch

How To Uninstall geronimo-jms.noarch on Amazon Linux 2

To uninstall only the geronimo-jms.noarch package we can use the following command:

sudo yum remove geronimo-jms.noarch

geronimo-jms.noarch Package Contents on Amazon Linux 2

/usr/share/doc/geronimo-jms-1.1.1
/usr/share/doc/geronimo-jms-1.1.1/LICENSE.txt
/usr/share/doc/geronimo-jms-1.1.1/NOTICE.txt
/usr/share/java/geronimo-jms.jar
/usr/share/java/geronimo-jms_1.1_spec.jar
/usr/share/java/jms.jar
/usr/share/maven-effective-poms/JPP-geronimo-jms.pom
/usr/share/maven-effective-poms/JPP-geronimo-jms_1.1_spec.pom
/usr/share/maven-effective-poms/JPP-jms.pom
/usr/share/maven-fragments/geronimo-jms.xml
/usr/share/maven-poms/JPP-geronimo-jms.pom
/usr/share/maven-poms/JPP-geronimo-jms_1.1_spec.pom
/usr/share/maven-poms/JPP-jms.pom

References

Summary

In this tutorial we learn how to install geronimo-jms.noarch on Amazon Linux 2 using yum.