spring-cloud/spring-cloud-gateway

Enhancement Request: Routing to AMQP

オープン

#141 opened on 2017/12/19

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Java (3,204 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,284 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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/**

コントリビューターガイド