What is the difference between a channel adapter and a messaging gateway pattern?

前端 未结 3 1123
长情又很酷
长情又很酷 2021-01-30 17:07

No matter how much I read about those two patterns I just can\'t see the difference.

3条回答
  •  我在风中等你
    2021-01-30 17:11

    From Spring integration reference docs:

    Whereas the JMS Channel Adapters are intended for unidirectional Messaging (send-only or receive-only), Spring Integration also provides inbound and outbound JMS Gateways for request/reply operations.

    See http://static.springsource.org/spring-integration/reference/htmlsingle/#jms

提交回复
热议问题