Tag: JMS
2 articles
RabbitMQ JMS Mode: Queue/Topic, 6 Message Types and Object Model
Java systems doing async decoupling and event-driven need unified understanding of JMS message model, object model and message types.
JMS Queue/Topic Cluster: Avoiding Duplicate Consumption
JMS Topic broadcasts in application cluster, causing same business to be repeatedly consumed by multiple nodes.