Articles, Home

#HOWTO: Messaging with JMS using Payara with embedded OpenMQ broker

Messaging is a key concept for distributed enterprise applications. There are a lot of use cases, where you don’t want or need a sync response you get with e.g. a REST call and can use async messaging: IoT (sensor data), event streaming, data duplication, etc. With the hype of Kafka and other highly-distributed messaging solutions,…