This model is commonly used by JMS applications, and has the disadvantage that to correlate individual requests with responses, it is necessary to use a temporary destination per request.
JMS应用程序常常使用这种模型,并且该模型的缺点是将单个请求与响应关联起来,每个请求都需要使用一个临时目的地。
A central message broker can receive messages from different applications, determine the correct destination for each message type, and route the message to the appropriate destination application.
中心消息代理可以从不同的应用程序接收消息,为每种消息类型确定正确的目的地,并将消息路由到适当的目的地应用程序。
Destination: a logical endpoint to which applications can attach as producers, consumers (or both).
目的地:逻辑端点的应用程序可以附加生产者、消费者(或两者)。
应用推荐