Fix JMS message destination links.
修复JMS消息目的地链接。
Listing 3. Sample code for sending a JMS message.
清单3.发送JMS消息的代码范例。
The structure of a JMS message is fairly intuitive.
JMS消息的结构相当直观。
Listing 4. Sample code for receiving a JMS message.
清单4.接收JMS消息的代码范例。
First, an MDB doesn't need to be passed a JMS message.
首先,不需要把MDB传递给JMS消息。
The method then sends the JMS message to the reply queue.
然后,该方法将JMS消息发送到应答队列。
The JMS message queuing system is bundled with GlassFish.
GlassFish包含了JMS消息队列系统。
You may wonder why some type of JMS message isn't returned.
您可能会对为什么一些类型的JMS消息没有被返回而产生疑问。
In the case of JMS messages this will be the JMS message ID.
在JMS消息情况中,这个将是JMS消息ID。
The input is formatted depending on the indicated JMS message type.
根据指示的JMS消息类型对输入进行了格式设置。
It continues to send the JMS message to the destination in the ESB.
它会继续通过ESB将JMS消息发送至目的地。
A JMS client, which sends requests in different JMS message formats.
JMS客户机,将发送不同JMS消息格式的请求。
The data binding classes for the other JMS message types are similar.
其他JMS消息类型的数据绑定类也是类似的。
Listing 6 shows the standard way to publish a JMS message on a topic.
清单6给出发布jms消息的标准方法。
The different types of JMS message are handled differently by the nodes.
节点对不同类型的JMS消息进行不同的处理。
The <messaging-type> tag specifies the class of the JMS message listener.
<messaging-type>标记用于指定JMS消息侦听程序的类。
Select Send a JMS message, then verify the success message shown in Figure 6.
选择SendaJMS Message,然后确认消息发送成功,如图6所示。
This buffer caches JMS message data that may otherwise need to be read from disk.
该缓冲区缓存原本需要从磁盘读取的JMS消息数据。
Additional flexibility is provided by defining SOAP specific JMS message properties.
额外的灵活性来自于对SOAP特定的JMS消息属性的定义。
Sending a JMS message is straightforward as shown below with some contrived market data.
下面展示的是一个直接发送的JMS消息,它们包含了一些设定的市场数据。
Use the send a JMS message link within the sample application to send a message as before.
使用示例应用程序内的SendaJMS Message连接像前面一样发送消息。
Instead, a client can invoke MDB services by simply sending a JMS message to a destination.
相反,客户机只需将JMS消息发送到目标,便可以调用mdb服务。
The specification also discusses JMS message types, security concerns and message exchange patterns.
该规范同时还讨论了JMS消息类型,安全考虑以及消息交换模式。
After the request is processed, it sends a JMS message to indicate that this request scope has ended.
在处理请求之后,它发送一个JMS消息,表示这个请求范围已经结束。
The value is validated when the entity is already created and the JMS message is posted to the topic.
创建实体且将JMS消息发布到主题后,就对值进行验证。
Listing 6 shows the JMSReceiver application bean code using the JmsTemplate to receive a JMS message.
清单6显示了使用JmsTemplate检索J ms消息的JMSReceiver应用程序bean的代码。
A JMS message selector allows a client to specify, by message header, the messages it's interested in.
JMS消息选择器允许客户端通过消息头指定感兴趣的消息。
This page shows the contents of the FROMWASQ queue, and enables you to submit a JMS message to the queue.
该页面中显示FROMWAS Q队列的内容,允许您向该队列提交JMS消息。
Show you how to write data handling plug-ins to the JMS binding that handle each of the JMS message types.
介绍如何为JMS绑定编写处理各种 JMS消息类型的数据处理插件。
New JMS import and export bindings now support additional JMS message types via supplied data binding classes.
现在通过所提供的数据绑定类,新的JMS导入和导出绑定支持附加的 JMS消息类型。
应用推荐