Events, Home

GOTO Chicago 2019

Created for developers, by developers, GOTO Conferences are focused on bringing the best minds in the software community and the most interesting topics to light

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,…