WebSphere Application Server SI总线除提供其他功能以外,还允许您定义应用程序用于发送或检索消息的目的地(如队列或主题)。
A WebSphere application Server SI Bus lets you to define, among other things, destinations (such as queues or topics) that applications can use to send or retrieve messages.
当然,如果一个应用程序需要接收来自系统总线的消息,它不如直接连接到系统总线——不过,它可以发送的消息将是受限的。
Of course, if an application wants to receive messages from the system bus, it can connect to it as well — but the messages it can send will be restricted.
在创建此应用程序的过程中,我们将看到在应用程序服务器中通过消息总线发送JMS消息所必需的设置。
In creating this application, we will see the setup that is needed to send a JMS message through the message bus in the application server.
应用推荐