ActiveMQ 5.x
- How does ActiveMQ work ? ActiveMQ sends message between client application - producers Consumers sẽ là recived and process massage. The ActiveMQ broker router each message throught one of two type of destinations: - a queue : point-to-point - topic : publish/subscribe - Memory and Storage A. Memory ActiveMQ uses memory to store messages awaiting dispatch to consumers. ActiveMQ also writes messages to disk , in either a message store (where persistent messages go), or a temp store (where non-persistent messages go when the broker runs out of memory to store them). Có 2 cách thức gửi message : persistent và non-persistent non-persistent : Each non-persistent message is stored in memory as it arrives. When the available memory is full, all messages in memory are moved to th...
Nhận xét
Đăng nhận xét