我使用 Spring Cloud Stream (SpringBoot)与 RabbitMQ 实例进行通信。
该项目可以通过 AMQP 连接到RabbitMQ,但 STOMP 无效。任何人都知道:是否支持stomp以及如何配置? (我的RabbitMQ已打开61613端口)
application.yml 文件是这样的:
server:
port: 8080
spring:
cloud:
stream:
bindings:
output:
destination: cloud-stream
rabbitmq:
addresses: amqp://192.168.231.130:5672 # this works
#addresses: stomp://192.168.231.130:61613 # this does not work
username: test
password: test
答案 0 :(得分:0)
STOMP目前不是受支持的活页夹协议。