spring-cloud/spring-cloud-gateway

Enhancement Request: Routing to AMQP

开放

#141 创建于 2017年12月19日

 (1 条评论) (0 个反应) (0 位负责人)Java (3,204 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (4,284 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It would be cool if we could define a route to an amqp channel which performs similar to the spring-cloud-stream http-source.

In the application.yml:

spring:
  cloud:
    gateway:
      routes:
      - id: foo
        uri: amqp://foo_channel_id
        predicates:
        - Path=/foo/**

贡献者指南