Tag: JMS
2 articles
RabbitMQ JMS Mode: Queue/Topic, 6 Message Types, Object M...
Java systems doing async decoupling and event-driven need unified understanding of JMS message model, object model and message types. JMS is a standard API (like JDBC), key is Queue/Topic semantics...
JMS Queue/Topic Cluster: Avoiding Duplicate Consumption
JMS Topic broadcasts in application cluster, causing same business to be repeatedly consumed by multiple nodes. Use ActiveMQ Virtual Topic (or JMS 2.0 Shared Subscription) to implement inter-group ...