spring-cloud/spring-cloud-gateway
Enhancement Request: Routing to AMQP
Aperta
#141 aperta il 19 dic 2017
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/**