How to Install and Uninstall activemq Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "activemq" package

In this section, we are going to explain the necessary steps to install activemq on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install activemq

2. Uninstall "activemq" package

In this section, we are going to explain the necessary steps to uninstall activemq on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove activemq $ sudo apt autoclean && sudo apt autoremove

3. Information about the activemq package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: activemq
Priority: optional
Section: universe/java
Installed-Size: 698
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 5.13.2+dfsg-2
Depends: adduser (>= 3.11), default-jre-headless | java7-runtime-headless, libactivemq-java (= 5.13.2+dfsg-2)
Filename: pool/universe/a/activemq/activemq_5.13.2+dfsg-2_all.deb
Size: 153140
MD5sum: 2c99d3f8d5b447bb580966f7be01e827
SHA1: f536fdfc383dea9c435b49ee1a3e42f3a4a8bbbd
SHA256: e00a8750a5a70e138a264fbaca5883a42f969f11d6334b6a832fb5533a9bd8a8
Description-en: Java message broker - server
Apache ActiveMQ is a message broker built around Java Message Service (JMS)
API : allow sending messages between two or more clients in a loosely coupled,
reliable, and asynchronous way.
.
This message broker supports :
* JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional
and XA messaging
* Spring Framework, CXF and Axis integration
* pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast,
JGroups and JXTA
* persistence using JDBC along with journaling
* OpenWire (cross language wire protocol) and
Stomp (Streaming Text Orientated Messaging Protocol) protocols
.
This package contains a server installation of ActiveMQ.
Description-md5: 791aecb1e510067b381f69430a1de7af
Homepage: http://activemq.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu