GH-8108: Add DSL for Redis Queue Gateways.#10944
GH-8108: Add DSL for Redis Queue Gateways.#10944artembilan merged 4 commits intospring-projects:mainfrom
Conversation
Related to: spring-projects#8108 doc fix: there are no properties named `order` and `expect-message` in queue-inbound-gateway, replaced with `phase` and `extract-payload`, modify the properties explanation respectively. Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com>
artembilan
left a comment
There was a problem hiding this comment.
Thank you for fixing those docs!
Just couple review concerns to make the code as good as possible.
…ne single test. put reply_channel into the message header for a simpler flow definition. doc format, one sentence per line. Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com>
…ests and docs. Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com>
9979baa to
e0d4e66
Compare
|
Sorry, my bad, I just found in |
artembilan
left a comment
There was a problem hiding this comment.
Just one nit-pick for the test code!
…eply pattern. Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com>
👍 here is more: https://www.enterpriseintegrationpatterns.com/patterns/messaging/ReturnAddress.html. make yourself familiar with those patterns and even consider to read that book. and @cppwfs can even confirm that Enterprise Integration Patterns fit very well into modern AI agentic flows. |
I saw his email chainflow using spring-integration and spring-ai, really good 👍 |
Related to: #8108
doc fix: there are no properties named
orderandexpect-messagein queue-inbound-gateway, replaced withphaseandextract-payload, modify the properties explanation respectively.