spring-cloud/spring-cloud-gateway

Enhancement Request: Routing to AMQP

Open

#141 建立於 2017年12月19日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Java (3,204 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (4,284 star)
PR 合併指標
 (平均合併 1天 21小時) (30 天內合併 18 個 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/**

貢獻者指南