修改标题

This commit is contained in:
sookie 2018-11-08 17:15:13 +08:00
parent 3cc37972a8
commit 0b9bfa8685
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
title: jenkins(1)-初见
title: 持续集成-jenkins
date: 2018-11-7 10:08:13
categories:
- Java

View File

@ -84,5 +84,3 @@ consumer.setMessageListener(new MessageListener() {
在队列模式下, 如果有多个消费者, 每个消息只会被其中一个消费者接收
在主题模式下, 如果有多个消费者, 推送消息之后, 推送的消息会被在此之前建立监听的所有消费者接收
(基本类似于redis里面的发布订阅)