• Now that we all have access to JMS services, we should learn to leverage the strengths of messaging in our applications.

    既然我们可以使用JMS服务,我们就应该学会应用程序使用消息传递能力

    youdao

  • In this section, you will create another JMS integration service similar to what was done in the previous section. The only difference is that this retrieves (" get ") the message.

    小节中,创建另一个JMS集成服务,该服务上一节中创建的服务类似惟一区别这个服务检索(“获取”)消息

    youdao

  • 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.

    创建应用程序过程中,我们看到在应用程序服务器中通过消息总线发送JMS消息必需的设置

    youdao

  • The JMS approach supports a range of asynchronous services, but JMS does tie the client and service code to the use of some messaging infrastructure.

    尽管JMS方法支持一些异步服务但是JMS客户服务代码束缚到了某些消息基础设施使用之上。

    youdao

  • JMS Function SelectorRemember that we explained how we view the application receiving the JMS message as a service?

    jms函数选择器——我们介绍过如何作为服务查看接收JMS消息应用程序,还记得吗?

    youdao

  • The run time server passes the relevant data associated with the action from the intermediate object as an action payload to the outbound JMS message queue.

    运行服务操作关联相关数据作为操作有效负载中间对象传递出站JMS 消息队列

    youdao

  • This article describes the steps to create and connect to a JMS queue and to send and retrieve messages by using a simple integration service.

    本文描述创建连接jms队列以及使用一个简单集成服务发送获取消息步骤

    youdao

  • JMS is often used as the preferred protocol for synchronous and asynchronous service invocation because of its popularity as a standard for message-oriented middleware.

    由于JMS作为面向消息中间件标准得到了广泛的应用,因此经常用作同步异步服务调用首选协议

    youdao

  • JMS is a messaging service that supports topics and queues, and it has many features that make it a good choice for robust messaging.

    JMS消息传递服务支持主题队列很多特性使成为稳定消息传递的一个很好选择

    youdao

  • Given that many applications already use JMS, and given that the services within an SOA need a way to do messaging, it makes perfect sense to use JMS in the context of an ESB.

    充分考虑很多应用程序已经使用JMS了,soa服务需要进行消息传递方式,这样很好地理解jms在es b上下文中所扮演的角色。

    youdao

  • The run time server retrieves the message from the JMS queue and populates the appropriate intermediate objects with the values contained in the event payload.

    运行服务JMS队列检索消息使用事件有效负载中包含填充适当中间对象

    youdao

  • It provides a default JMS messaging engine for common connectivity of services while supporting multiple communication protocols and interaction patterns.

    支持多种通信协议交互模式同时,通用服务连接提供缺省JMS消息传递引擎

    youdao

  • JMS is a messaging service that supports topics and queues and has many features that make it a good choice for robust messaging.

    JMS消息传递服务支持主题队列两种模式以及其它的很多特征可靠消息传递不错选择

    youdao

  • It describes the steps required to create and connect to a JMS queue and how you can use a simple integration service to send and retrieve messages.

    本文描述创建连接jms队列以及使用一个简单集成服务发送获取消息步骤

    youdao

  • In fact, you literally can't have a J2EE application server without a messaging solution; an implementation of the JMS standard is a requirement of the J2EE specification.

    实际上根本可能存在具备消息传递解决方案J2EE应用服务JMS标准实现J2EE规范的要求之一。

    youdao

  • Each ESB must be capable of receiving messages via JMS from a service consumer and forward them to the appropriate service provider, over JMS, or over a different protocol (like HTTP), and vice versa.

    每个ESB必须能够通过JMS服务使用者接收消息转发相应服务提供者(通过JMS其他协议HTTP),反之亦然

    youdao

  • As a full-fledged JMS client, MDBs can both send and receive messages asynchronously via a MOM server.

    作为成熟JMS客户机MDB通过一个MOM服务可以发送消息,又可以接收消息

    youdao

  • Instead, a client can invoke MDB services by simply sending a JMS message to a destination.

    相反客户机只需JMS消息发送目标,便可以调用mdb服务

    youdao

  • JMS and MOMs work nicely together because they both divide responsibility between message clients and the messaging server.

    JMSMOM能够很好地协同工作因为它们划清消息传递客户机服务之间责任界限。

    youdao

  • The JMS API is useable when the communication method between client and service is a messaging system which supports JMS.

    客户端服务之间使用支持JMS消息系统进行通信时就可以使用JMSAPI

    youdao

  • Another JMS client (subscriber) can access the queue and retrieve the message from the server.

    一个JMS客户机(订阅者)则可以访问这个队列服务获取消息

    youdao

  • JMS can be used for messaging between services and is important in situations where reliability is required.

    JMS用于服务消息传输,它对于需要可靠性场景非常重要。

    youdao

  • Creating the JMS integration service: Send message to remote queue.

    创建JMS集成服务发送消息远程队列

    youdao

  • Creating the JMS integration service: Retrieve message from remote queue.

    创建JMS集成服务远程队列获取消息

    youdao

  • An export with a Web service SOAP over JMS binding, used for receiving SOAP messages and converting them into business objects.

    一个使用Web服务SOAPover JMS绑定导出用于接收SOAP消息它们转换业务对象。

    youdao

  • As we have mentioned earlier, the service provider that receives the JMS message is implemented using a message-driven bean.

    我们在前文已经提到,接收JMS消息服务提供程序使用消息驱动的Bean实现的。

    youdao

  • An example of such a service is one that sends SOAP messages over IBM MQSeries messaging systems using JMS.

    这种服务一个实例就是使用jmsibmMQSeries消息系统发送SOAP消息的Web服务

    youdao

  • The application will contain a message-driven enterprise bean (MDB) connected to a JMS queue defined within the same application server.

    应用程序包含消息驱动的企业bean (MDB),后者与相同应用服务定义jms队列相连

    youdao

  • This is because building a Web service with the SOAP over JMS project generates the default JMS artifacts, which are related to the message queue.

    是因为构建基于SOAPoverJMSWeb服务项目会生成缺省JMS构件这些构件消息队列相关

    youdao

  • The SIMessage object is used to represent many different message types, including JMS and Web services formats.

    SIMessage对象被用来描绘许多不同消息类型包括JMSWeb服务格式。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定