sendmessage
- 网络消息;处理;发送信息;等待
-
Now we need to trigger the sendMessage method after a Talk is persisted in the database .
当Talk存在于数据库之后,我们需要触发sendMessage方法。
-
The connection is returned to the free pool when sendMessage () exits .
当sendMessage()退出时,该连接返回到空闲池。
-
When sendMessage () calls connection . close (), c1 is put back into the free connection pool .
当sendMessage()调用connection.close()时,会将c1放回空闲连接池。
-
Suppose you now run sendMessage () again .
假设现在再次运行sendMessage()。
-
The sendMessage () method is invoked and tries to create a connection from the jms / CF1 connection factory .
调用sendMessage()方法,并尝试从jms/CF1连接工厂创建连接。
-
The method calls the base method SendMessage () to send the message to the Amazon SQS queue , as in Listing 15 .
该方法调用基础方法SendMessage()将消息发送到AmazonSQS队列,如清单15所示。
-
The first signature of sendMessage uses the currently valid process denoted by processTemplateName , that is , it uses late binding .
第一个签名sendMessage使用由processTemplateName表示的当前有效的流程,也就是使用后期绑定。
-
After the Java object is loaded , the PHP script calls the sendMessage () method via the configured endpoint for the Java / PHP Bridge .
Java对象加载后,PHP脚本通过为Java/PHP桥配置的端点调用SendMessage()方法。