ActiveMQ
-
大型网站架构系列:分布式消息队列(一)
一、消息队列概述 消息队列中间件是分布式系统中重要的组件,主要解决应用耦合,异步消息,流量削锋等问题。实现高性能,高可用,可伸缩和最终一致性架构。是大型分布式系统不可缺少的中间件。…
-
message queue ActiveMQ, RabbitMQ, Kafka, RocketMQ
Message Queues: An Introduction | IBM Message Queues & You – 12 Reasons to Use M…
-
Linux 环境安装 activemq
activemq 需要jdk环境,请提前配置好; 一、下载: 镜像下载:https://mirrors.cloud.tencent.com/apache/activemq/ 本例下…
-
Spring JMS JmsTemplate Example
Today I’m going to show you how to use the Spring JmsTemplate. The best part? You’re going…
-
Spring JMS Message Selector Example
In this post I’m going to show you how to configure a JMS message selector using Spring JM…
-
Spring JMS Message Converter Example
Today you’re going to see how to implement a MessageConverter using Spring JMS. The best p…
-
Spring JMS Annotations Example
In this post I’m going to show you EXACTLY how to auto-configure Spring JMS using annotati…
-
Spring JMS ActiveMQ Example
I’m going to show you EXACTLY how to create a Spring JMS Hello World example that uses Spr…
-
JMS – Publish/Subscribe messaging example using ActiveMQ and Maven
In a publish/subscribe (pub/sub) product or application, clients address messages to a top…
-
JMS – Point-to-Point Messaging Example using ActiveMQ and Maven
A point-to-point (PTP) product or application is built on the concept of message queues, s…