Install PostgreSQL on Ubuntu 20.04
- Install postgreSQL packages
sudo apt update sudo apt install postgresql postgresql-contrib
Just think about micro things
sudo apt update
sudo apt install postgresql postgresql-contrib
Queue | Topic |
---|---|
The point-to-point or queue model works by the sender to receiver setup | Publish/subscriber or topic model works by bulletin setup |
Acknowledgement of the identity of the receiver and oftentimes the sender | Anonymity in the identities of both the subscriber and publisher |
Only allowed one recipient | Multiple recipients |
The sender and receiver do not have to be both active at the same time | Timing is very vital |
The sender will receive a notification when the message gets to the receiver | Not notify you with such, and there is even a risk that you will have no subscribers |
Termux
from this page Termux. Please scroll down to download the APK
file instead of the F-Droid
button.Since Spring 2.0.0, Spring provides WebApplicationType Enum to give more controls of SpringApplication. Currently it supports the following types: