此内容没有您所选择的语言版本。
10.10. Messaging Gateway
Overview
The messaging gateway pattern, shown in Figure 10.8, “Messaging Gateway Pattern”, describes an approach to integrating with a messaging system, where the messaging system's API remains hidden from the programmer at the application level. One of the more common example is when you want to translate synchronous method calls into request/reply message exchanges, without the programmer being aware of this.
Figure 10.8. Messaging Gateway Pattern
The following Apache Camel components provide this kind of integration with the messaging system: