为实现本教程的目的,将使用通用测试客户端测试消息传递应用程序。
For the purposes of this tutorial, you will use the Universal test client to test the messaging application.
通过使用这些方法,您可以编写一个通用的中介,基于目的地上下文属性设置将消息复制到一个或多个其他目的地中。
By using these methods you could write a general purpose mediation that copies a message to one or many other destinations based on the context property Settings.
只要消息到达目的地,它们就会被转换成服务数据对象 (SDO),这使得能够以通用的方式对消息内容进行访问。
Messages are converted into Service Data Objects (SDO) as soon as they arrive at a destination, which enables common access to the message content.
在中介编程的核心,每个中介都实现一个名为MediationHandler的通用接口,该接口允许在将消息传递到目的地时由总线对其进行调用。
At the core of mediation programming, each mediation implements a generic interface, named MediationHandler, that enables the bus to invoke it when a message is delivered to a destination.
在中介编程的核心,每个中介都实现一个名为MediationHandler的通用接口,该接口允许在将消息传递到目的地时由总线对其进行调用。
At the core of mediation programming, each mediation implements a generic interface, named MediationHandler, that enables the bus to invoke it when a message is delivered to a destination.
应用推荐