springboot操作rabbitmq

本文通过示例代码展示了如何使用RabbitMQ进行高级配置,包括创建Direct Exchange、声明队列并设置队列属性、建立队列与交换机之间的绑定,以及发送消息到指定的交换机。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

////DirectExchange directExchange = new DirectExchange("test.direct");
////amqpAdmin.declareExchange(directExchange);
//
////Map<String,Object> map = new HashMap<>();
////map.put("x-max-length",10);
//
////Queue queue = new Queue("test:count",true,false,false,map);
//Queue queue = new Queue("test:count");
//amqpAdmin.declareQueue(queue);
////Binding binding = new Binding("test.direct", Binding.DestinationType.EXCHANGE,"test.direct","test:test",null);
////Binding binding = new Binding("test:queue", Binding.DestinationType.QUEUE, "test.direct", "test.teset", null);
////amqpAdmin.declareBinding(binding);

//Map<String, Object> map = new HashMap<>();
//map.put("x-max-length", 10);
//declareQueue(new Queue("test:count", true, false, false, map));
//Map<String,Object> map = new HashMap<>();
//map.put("x-max-length",10);
//amqpAdmin.declareQueue(new Queue("test:count",true,false,false,map));
//Binding binding = new Binding("test:count", Binding.DestinationType.QUEUE, "jd.direct", "jd.dir", null);
//amqpAdmin.declareBinding(binding);

//rabbitTemplate.convertAndSend("jd.direct","jd.dir","hello world");

转载于:https://www.cnblogs.com/leigepython/p/11016630.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值