在以客户机模式运行时,这一点尤其重要,因为从队列删除消息和通过网络将其发送到应用程序之间存在一个延迟。
This is especially important when running in client mode because there is latency between the message being removed from the queue and when it is delivered over the network to the application.
最小化网络环境中的流量:如果避免应用程序和DB2之间不必要的数据传输,将会感受到更好的运行时性能。
Minimize traffic in networked environments: you'll enjoy better runtime performance if you avoid transferring data unnecessarily between your application and DB2.
这可以确保即使在网络临时中断或者接收应用程序与发送应用程序未同时运行时也能提交消息。
This ensures that the message is delivered even in the event of a temporary network breakdown or if the receiving application isn't running at the same time as the sending application.
应用推荐