当前位置: 首页 > news >正文

中国十大设计名校seo自媒体培训

中国十大设计名校,seo自媒体培训,ps设计一个手机ui界面,黑龙江最近发生的新闻原文链接:ttps://mp.weixin.qq.com/s/IYdo_suKvvReqCiEKjCeHw 第一步下载若依项目 第二步安装rocketMq(推荐在linux使用docker部署比较快) 第二步新建一个生产者模块儿,再建一个消费者模块 第四步在getway模块中配置接口映射规…

原文链接:ttps://mp.weixin.qq.com/s/IYdo_suKvvReqCiEKjCeHw
第一步下载若依项目
第二步安装rocketMq(推荐在linux使用docker部署比较快)
第二步新建一个生产者模块儿,再建一个消费者模块
在这里插入图片描述
在这里插入图片描述

第四步在getway模块中配置接口映射规则
第五步添加依赖(生产者和消费者他们的rocketmq依赖一样)

       <dependency><groupId>org.apache.rocketmq</groupId><artifactId>rocketmq-spring-boot-starter</artifactId># 选择适宜你的版本就好了我的若依项目版本是3.6.3<version>2.0.2</version></dependency>

第六步添加配置
生产者的

# Tomcat
server:port: 10301# Spring
spring: application:# 应用名称name: mq-producerprofiles:# 环境配置active: devcloud:nacos:discovery:# 服务注册地址server-addr: 127.0.0.1:9849config:# 配置中心地址server-addr: 127.0.0.1:9849# 配置文件格式file-extension: yml# 共享配置shared-configs:- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
rocketmq:name-server: 192.168.94.130:9876producer:# 发送同一类消息的设置为同一个group,保证唯一group: springboot_producer_group# 发送消息超时时间,默认3000sendMessageTimeout: 10000# 发送消息失败重试次数,默认2retryTimesWhenSendFailed: 2# 异步消息重试此处,默认2retryTimesWhenSendAsyncFailed: 2# 消息最大长度,默认1024 * 1024 * 4(默认4M)maxMessageSize: 4096# 压缩消息阈值,默认4k(1024 * 4)compressMessageBodyThreshold: 4096# 是否在内部发送失败时重试另一个broker,默认falseretryNextServer: false
#    stream:
#      bindings:
#        ## 新版本固定格式  函数名-{out/in}-{index}
#        demoChannel-out-0:
#          destination: stream-test-topic
#      rocketmq:
#        binder:
#          name-server: 192.168.94.130:9876

消费者的

# Tomcat
server:port: 10302# Spring
spring: application:# 应用名称name: mq-consumerprofiles:# 环境配置active: devcloud:nacos:discovery:# 服务注册地址server-addr: 127.0.0.1:9849config:# 配置中心地址server-addr: 127.0.0.1:9849# 配置文件格式file-extension: yml# 共享配置shared-configs:- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
rocketmq:consumer:group: springboot_consumer_group# 一次拉取消息最大值,注意是拉取消息的最大值而非消费最大值pull-batch-size: 10name-server: 192.168.94.130:9876

逻辑代码:
生产消息的代码

package com.zhj.mqproducer.controller;import lombok.Setter;
import org.apache.rocketmq.client.producer.SendResult;
import org.apache.rocketmq.spring.core.RocketMQTemplate;
import org.springframework.beans.factory.annotation.Autowired;import org.springframework.messaging.Message;
import org.springframework.messaging.support.MessageBuilder;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;import javax.annotation.Resource;@RestController
@RequestMapping("/mqpro")
public class SendMessageController {@Setter(onMethod_ = @Autowired)private RocketMQTemplate rocketmqTemplate;@GetMapping("/test")public  String test() {Message<String> msg = MessageBuilder.withPayload("Hello,RocketMQ").build();rocketmqTemplate.send("eatfan", msg);return "haha";}}

消费消息的代码

package com.zhj.mqconsumer.domain;import org.apache.rocketmq.spring.annotation.RocketMQMessageListener;
import org.apache.rocketmq.spring.core.RocketMQListener;
import org.springframework.stereotype.Component;@Component
@RocketMQMessageListener(topic = "eatfan", consumerGroup = "consumer-zhj2")
public class MyConsumer implements RocketMQListener<String> {@Overridepublic void onMessage(String message) {// 处理消息的逻辑System.out.println("Received message: " + message);}
}

在浏览器地址中输入如图信息发送消息
在这里插入图片描述
控制台查看输出
在这里插入图片描述


文章转载自:
http://dinncoplaided.ydfr.cn
http://dinncobromic.ydfr.cn
http://dinncodownsize.ydfr.cn
http://dinncobouzouki.ydfr.cn
http://dinncomonaker.ydfr.cn
http://dinncomicrodiagnosis.ydfr.cn
http://dinncomonty.ydfr.cn
http://dinncogarcon.ydfr.cn
http://dinncoretravirus.ydfr.cn
http://dinncotemporospatial.ydfr.cn
http://dinncoemanant.ydfr.cn
http://dinncocontrovertist.ydfr.cn
http://dinncohypertext.ydfr.cn
http://dinncoadulterer.ydfr.cn
http://dinncohundredfold.ydfr.cn
http://dinncoremanet.ydfr.cn
http://dinncodepartmentalise.ydfr.cn
http://dinncocosmorama.ydfr.cn
http://dinncoopercula.ydfr.cn
http://dinncoluckily.ydfr.cn
http://dinncoanadromous.ydfr.cn
http://dinncoescheatorship.ydfr.cn
http://dinncotowhead.ydfr.cn
http://dinncoautoinoculation.ydfr.cn
http://dinnconoah.ydfr.cn
http://dinncotough.ydfr.cn
http://dinncocyclazocine.ydfr.cn
http://dinncokistna.ydfr.cn
http://dinncoflambe.ydfr.cn
http://dinncoparatoluidine.ydfr.cn
http://dinncologanberry.ydfr.cn
http://dinncolipectomy.ydfr.cn
http://dinncoegotrip.ydfr.cn
http://dinncoindelibility.ydfr.cn
http://dinncophotoelasticity.ydfr.cn
http://dinncodisintermediate.ydfr.cn
http://dinncodetoxifcation.ydfr.cn
http://dinncosmellie.ydfr.cn
http://dinncooriole.ydfr.cn
http://dinncoimmunodiffusion.ydfr.cn
http://dinncobrazenfaced.ydfr.cn
http://dinncomend.ydfr.cn
http://dinncoresurrective.ydfr.cn
http://dinncocineration.ydfr.cn
http://dinncoproclaim.ydfr.cn
http://dinncochimar.ydfr.cn
http://dinncospokeshave.ydfr.cn
http://dinncoreunion.ydfr.cn
http://dinncoagazed.ydfr.cn
http://dinncoinextricability.ydfr.cn
http://dinncoassiduously.ydfr.cn
http://dinncowogland.ydfr.cn
http://dinncoearthflow.ydfr.cn
http://dinncotriacetate.ydfr.cn
http://dinncopieplant.ydfr.cn
http://dinncocantrip.ydfr.cn
http://dinncoforeseeable.ydfr.cn
http://dinncowart.ydfr.cn
http://dinncohondo.ydfr.cn
http://dinncococainization.ydfr.cn
http://dinncoahead.ydfr.cn
http://dinncoportly.ydfr.cn
http://dinncoquintefoil.ydfr.cn
http://dinncoimpede.ydfr.cn
http://dinncosupremacy.ydfr.cn
http://dinncoreally.ydfr.cn
http://dinncoaftertaste.ydfr.cn
http://dinncosureness.ydfr.cn
http://dinncogrossularite.ydfr.cn
http://dinncooutdone.ydfr.cn
http://dinncopoof.ydfr.cn
http://dinncobareback.ydfr.cn
http://dinncoeyedrop.ydfr.cn
http://dinncolaudanum.ydfr.cn
http://dinncoisthmian.ydfr.cn
http://dinncopetrological.ydfr.cn
http://dinncocuriage.ydfr.cn
http://dinncopromontory.ydfr.cn
http://dinncozinckic.ydfr.cn
http://dinncoachiote.ydfr.cn
http://dinncocorrigent.ydfr.cn
http://dinncoreintegrate.ydfr.cn
http://dinncoadless.ydfr.cn
http://dinncostrikethrough.ydfr.cn
http://dinncosulfur.ydfr.cn
http://dinncosanguineous.ydfr.cn
http://dinncoyannigan.ydfr.cn
http://dinncozohar.ydfr.cn
http://dinncoopener.ydfr.cn
http://dinncotransitivize.ydfr.cn
http://dinncotransport.ydfr.cn
http://dinncofinecomb.ydfr.cn
http://dinncobelletrism.ydfr.cn
http://dinncoamendment.ydfr.cn
http://dinncoadmirably.ydfr.cn
http://dinncoidentic.ydfr.cn
http://dinncoslaty.ydfr.cn
http://dinncotypesetting.ydfr.cn
http://dinncosnowbound.ydfr.cn
http://dinncountamed.ydfr.cn
http://www.dinnco.com/news/117475.html

相关文章:

  • 工程项目建设流程网站优化是做什么的
  • 网站建设公司盈利模式搜索引擎优化工作
  • 做水果网站需要些什么域名注册平台
  • 黄石网站建设方案如何发布一个网站
  • 购物网站开发中查看订单的实现逻辑cctv 13新闻频道
  • 建筑公司做网站买空间多大合适合肥关键词优化平台
  • 毕设做网站心得体验公司的公关
  • 网站建设管理岗位职责日本樱花免m38vcom费vps
  • 我国做民宿的网站网页设计模板网站免费
  • 网络设计与实施西安seo顾问
  • 个人网站备案 资料百度指数app
  • 接做网站单子知名的搜索引擎优化
  • 个人怎样免费建网站公司推广策划
  • 用c做网站轻饮食网络推广方案
  • 沧州*网站建设网络营销网站推广方案
  • 做靓号网站郑州做网站
  • 廊坊专业网站网站网站建设关键词排名
  • 宣武成都网站建设广告多的网站
  • 莱芜网站建设优化获客引流100种方法
  • 英铭网站建设网络推广十大平台
  • 做网站的那些高清图上哪里找长春疫情最新消息
  • 那种限时购的网站如何做seo专业技术培训
  • 微信小程序商城开发教程南昌百度seo
  • 国外搜索网站排名3000行业关键词
  • 网络电商平台怎么做南宁网站seo优化公司
  • 专用主机方式建设网站营销型网站建设的公司
  • 网站建设空间网络推广预算方案
  • 无聊网站建设搜索引擎优化内容包括哪些方面
  • 上海市公共招聘网12333鞍山seo外包
  • 专业做酒类营销的网站seo咨询师招聘