There is no "message blocking" meaning a 10 MB message with SYNC_ACK guarantee level will not stop a 10 KB NO_ACK guarantee level.
没有“消息阻塞”意味着使用SYNC_ACK保证级别传递10M消息不会中断使用NO_ACK保证级别传递的10KB信息。
The code in Listing 3 shows a blocking call, in which the client waits until the messsage has been processed to report which grid partition was chosen to consume the message.
清单 3 中的代码展示了一个阻塞调用,其中客户端将一直等待,直到消息被处理并报告哪个网格分区已被选中来使用该消息。
The second problem identified in the logging service example was the blocking of the service requestor process as a result of the synchronous message exchange protocol.
登录服务例子中发现的第二个问题是同步消息交换协议阻塞了服务请求者的处理。
应用推荐