The 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. In particular, the most common example is where you want to translate synchronous method calls into request/reply message exchanges, without the programmer being aware of this.
The following FUSE Mediation Router components provide this kind of integration with the messaging system:
????.
????.