spring-cloud/spring-cloud-gateway

Enhancement Request: Routing to AMQP

Aperta

#141 aperta il 19 dic 2017

 (1 commento) (0 reazioni) (0 assegnatari)Java (3204 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (4284 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor