This tutorial explains how to send and consume message asynchronously between Eclipse RCP application and WebSphere Service Integration Bus.
本教程将阐释如何在Eclipse RCP应用程序和WebSphere服务集成总线之间异步发送和使用消息。
Note that the service specification may only provide public operations, and each operation should only consume at most one message and produce at most one message.
注意服务的规约说明只能提供公开的操作,而且每个操作应当只能消耗至多一条消息、产生至多一条消息。
As before, we begin by creating all the JMS resources necessary to consume a message.
和前面一样,我们首先创建使用消息所必需的所有JMS资源。
应用推荐