Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
9.10. Messaging Gateway
Overview Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
The messaging gateway pattern, shown in Figure 9.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 9.8. Messaging Gateway Pattern
The following Apache Camel components provide this kind of integration with the messaging system: