首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Throwable's Blog

    RabbitMQ扩展之交换器间的绑定

    exchange-source -> exchange-destination-3 -> queue-3

    1.1K30发布于 2020-06-23
  • 来自专栏Java工程师成长之路

    rabbitmq系统学习(二)

    spring.cloud.stream.bindings.output_channel.destination=exchange-3 spring.cloud.stream.bindings.output_channel.group=queue spring.cloud.stream.bindings.input_channel.destination=exchange-3 spring.cloud.stream.bindings.input_channel.group=queue

    92820发布于 2019-09-10
  • 来自专栏别先生

    RabbitMQ与Spring的框架整合之Spring Cloud Stream实战

    spring.cloud.stream.bindings.output_channel.destination=exchange-3 11 # 队列名称 12 spring.cloud.stream.bindings.output_channel.group=queue spring.cloud.stream.bindings.input_channel.destination=exchange-3 10 # 队列名称 11 spring.cloud.stream.bindings.input_channel.group=queue

    2.2K20发布于 2019-12-02
  • 来自专栏vivo互联网技术

    vivo鲁班RocketMQ平台的消息灰度方案

    Queue的分配结果如下: [图片] (表2.1  消息费者的Queue分配结果表) 因为clientB没有订阅TOPIC_A,clientA也没有订阅TOPIC_B,所以TOPIA_A中的Queue-2、Queue

    2K20编辑于 2022-03-21
  • 来自专栏JokerDJ

    消息队列-RabbitMQ

    "queue-1").start(); new Thread(runnable, "queue-2").start(); new Thread(runnable, "queue "queue-1").start(); new Thread(runnable, "queue-2").start(); new Thread(runnable, "queue com.course.order";//都可以收到 queue-1 queue-2 String routingKey2 = "com.order.user";//都可以收到 queue-1 queue "queue-1").start(); new Thread(runnable, "queue-2").start(); new Thread(runnable, "queue

    1.5K10编辑于 2023-11-27
领券