spring-cloud/spring-cloud-gateway

Enhancement Request: Routing to AMQP

Open

#141 opened on 2017年12月19日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Java (3,204 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,284 stars)
PR merge metrics
 (平均マージ 1d 21h) (30d で 18 merged PRs)

説明

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

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