订阅者通过读取或接收函数从队列获取消息。
The subscribers retrieve the message from the queue through read or receive functions.
本文描述创建并连接到一个jms队列、以及使用一个简单的集成服务来发送和获取消息的步骤。
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.
类似地,术语集群队列通常让人联想到用作单个逻辑队列的多个队列实例,这个逻辑队列可以进行连接并发送和获取消息。
Similarly, the term clustered queue often evokes images of multiple queue instances acting collectively as a single logical queue to which an application can connect and then put or get messages.
本文描述创建并连接到一个jms队列、以及使用一个简单的集成服务来发送和获取消息的步骤。
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.
如果您有不止一个输入卡,您可以在Cardnumbertowire字段中指定想从mq队列上获取消息的卡片数量。
If you have more than one input card, you can specify the card number that you want to get the message from the MQ queue in the card number to wire field.
创建JMS集成服务:从远程队列获取消息。
Creating the JMS integration service: Retrieve message from remote queue.
为了简化测试,本文中提供了一个用来从队列中获取消息的简单的servlet (JMSReader)。
To simplify the test, a simple servlet (JMSReader) that receives a message from the queue is available with this article.
MessageSender服务负责从传出的队列获取消息,然后将它们传送给适当的外部系统。
The message Sender service is responsible for picking up messages from the outbound queues and delivering them to the appropriate external system.
通过调用 message_queue类的receive方法从队列获取消息。
The individual messages are obtained from the queue by calling the receive method of the message_queue class.
可以为整个队列修改这个值,也可以在获取消息时单独为每个消息设置。
You can change this value for the entire queue, or it can be individually set for each message on retrieval.
读取操作从队列获取消息,但是不从队列中删除消息。
The read operation gets the message from the queue without deleting the message from the queue.
从死信队列获取消息的应用程序必须确保消息以MQDLH结构开头。
Applications that get messages from the dead-letter queue must verify that the messages begin with an MQDLH structure.
更改mdb的部署描述符,将其配置为从WebSphereESB放置消息的队列获取消息。
Change the MDB's deployment descriptor to configure it to get messages from the queue on which WebSphere ESB puts them.
您必须首先设置以下资源,然后才能将消息发送到ServiceIntegrationBus上托管的队列或从该队列获取消息。
You must first set up the following resources before you can send or retrieve messages to or from a queue hosted on a Service Integration bus.
您必须首先设置以下资源,然后才能将消息发送到ServiceIntegrationBus上托管的队列或从该队列获取消息。
You must first set up the following resources before you can send or retrieve messages to or from a queue hosted on a Service Integration bus.
应用推荐