spring-cloud/spring-cloud-gateway
View on GitHubEnhancement Request: Routing to AMQP
Open
#141 opened on Dec 19, 2017
enhancementhelp wanted
Repository metrics
- Stars
- (4,284 stars)
- PR merge metrics
- (Avg merge 1d 21h) (18 merged PRs in 30d)
Description
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/**