网站首页  词典首页

请输入您要查询的英文单词:

 

单词 message queue
释义

message queue

美 
英 
  • un.信息排队
  • 网络消息队列;讯息伫列;信息队列
un.
1.
信息排队

例句

释义:
1.
Messages can be sent asynchronously and placed in a message queue or pile until you are ready to "process" them.
可将消息异步发送并放置在一个消息队列或堆上,直至您准备“处理”它们。
www.ibm.com
2.
One of the simplest use cases for an ESB is a message queue, so it could definitely serve as a replacement to your JSM queue.
ESB最简单的用法之一就是消息队列,它完全可以充当JSM队列的替代。
www.ibm.com
3.
Because the message queue framework was designed to be extensible, this should be easy to do.
因为消息队列框架的设计是可扩展的,所以可以很方便地完成这些操作。
www.ibm.com
4.
A thread can use the WaitMessage function to yield control to other threads when it has no messages in its message queue.
这个函数挂起线程,并不返回,直到新的消息放置于消息队列中。
www.jingtiange.com
5.
During the rollback, the message queue is uninstalled and the system is returned to its original state.
在回滚过程中,卸载消息队列,系统返回到其原始状态。
msdn2.microsoft.com
6.
As shown in Figure 9, one type of Bundle is called Message queue provider, and the other is called Message queue consumer.
如图9所示,一种类型的束称为消息队列提供者,另一种称为消息队列使用者。
www-128.ibm.com
7.
When a message is sent to the queue, the formatter serializes an object into a stream that can be sent to the message queue.
将消息发送到队列时,格式化程序将对象序列化到可发送到消息队列的流中。
msdn2.microsoft.com
8.
When using a message queue product like WebSphere MQ, it is possible to implement asynchronous messages using JMS.
使用像WebSphereMQ这样的消息队列产品时,可以使用JMS来实现同步消息。
www.ibm.com
9.
You can use Exchange System Manager to relocate the MTA database (also known as the X. 400 message queue directory) to a different location.
可以使用Exchange系统管理器将MTA数据库(也称为X.400邮件队列目录)重新定位到不同的位置。
technet.microsoft.com
10.
The call was not transmitted properly; the message queue was full and was not emptied after yielding.
未能正确传输呼叫。消息队列已满,在发送后没有清空。
angel.w15.5tom.cn
1.
A programmer can use the classes to interact with a message queue allowing messages to be sent, received, or replied to.
程序员可以使用这些类来与消息队列交互,发送、接收或回答消息。
www.ibm.com
2.
All the client does is drop requests into a message queue and receive responses (if any are coming) from an output queue.
客户机所做的仅是将请求放入消息队列,然后从输出队列获得响应(如果有)。
www.ibm.com
3.
A program retrieves these messages from the message queue by executing a block of code known as the "message loop"
程序通过执行一段称为“消息循环”的代码从消息队列重新获得这些消息
blog.csdn.net
4.
The number of. Dat files that you find in the message queue directory reflects the maximum number of messages in the queue at any one time.
在邮件队列目录中找到的.dat文件数反映了在任何时间队列中的最大邮件数。
technet.microsoft.com
5.
Interface and a set of overridable methods that process Windows messages at different points in the message queue.
界面和一组可重写的方法,这些方法处理消息队列中不同位置的Windows消息。
msdn2.microsoft.com
6.
Changes from source tables are published in XML format or other data formats to a message queue.
源表的变更将以XML格式或是其它数据格式发布到消息队列。
www.ibm.com
7.
Installs a hook procedure that records input messages posted to the system message queue. This hook is useful for recording macros.
安装一个钩子子程来记录传递给系统消息队列的输入消息。该钩子对记录宏很有用。
blog.csdn.net
8.
This moves the poison message to a Poison Message Queue for later processing by a poison message handling application.
选择此选项会将病毒消息移动到病毒消息队列,以供以后由病毒消息处理应用程序进行处理。
msdn.microsoft.com
9.
A package running on the corporate computer contains Message Queue tasks, each waiting for a message from a particular retail site.
在公司计算机上运行的包含有消息队列任务,每个任务等待来自特定零售站点的消息。
msdn2.microsoft.com
10.
Code-wise, a process looks like a normal function paired with a message queue.
在代码级别上,一个进程看上去就像一种带有个消息队列的普通函数。
www.infoq.com
1.
Method to see whether a particular message queue exists.
方法查看特定消息队列是否存在。
msdn2.microsoft.com
2.
To consolidate the spreadsheet data, you can build a DTS solution that runs when a message is sent to a message queue.
要合并电子表格数据,可以生成一个在某个消息发送到消息队列时运行的DTS解决方案。
msdn2.microsoft.com
3.
It will create a message queue and wait for a message containing a SOAP request to be posted.
它将创建消息队列并等待发送包含SOAP请求的消息。
msdn2.microsoft.com
4.
Event monitoring logs the events when they occur and generates event messages that are sent to a Java Message Service (JMS) message queue.
事件监控会在事件发生时记录这些事件,生成事件消息,然后消息被发送到一个JavaMessageService(JMS)消息队列。
www.ibm.com
5.
Available Variables list includes system and user-defined variables that are in the scope of the Message Queue task or its parent container.
清单包含在讯息伫列工作或其父容器之范围中的系统和使用者自订变数。
msdn.microsoft.com
6.
An application can own things such as a stack, global memory, file handles, and a message queue, but a DLL cannot.
应用程序可以拥有堆栈、共用内存、文件句柄、消息队列这样的事物,而DLL不能。
technet.microsoft.com
7.
This class also provides the method to clear expired messages contained in a message queue and defines the message expiration threshold.
此类还提供清除消息队列中所包含过期消息的方法并定义消息过期阈值。
www-128.ibm.com
8.
Enumeration enables you to specify a message to peek at or receive from a message queue.
枚举使您能够指定要从消息队列中查看或接收的消息。
msdn2.microsoft.com
9.
The maximum length of a message queue label is 124 characters.
消息队列标签的最大长度为124个字符。
msdn2.microsoft.com
10.
If the event that caused the message to enter the poison message queue is unrelated to the message, you can resume delivery of the message.
如果导致邮件进入病毒邮件队列的事件与邮件无关,则可以继续传递邮件。
www.microsoft.com
1.
Gets the native handle used to read messages from the message queue.
获取用于从消息队列读取消息的本机句柄。
msdn2.microsoft.com
2.
This means that first-in-first-out (FIFO) processing is not guaranteed, as is common with many message queue implementations.
这意味着先进先出(first-in-first-out,FIFO)处理不得到保证,这在很多消息队列实现中都很常见。
www.ibm.com
3.
The back end application processes the message and sends a reply back through a message queue.
后端应用程序处理该消息,然后通过消息队列发回一个应答。
www-128.ibm.com
4.
In some cases, however, you may need to work directly with a message queue or with the messages in a queue.
但是在某些情况下,您可能需要直接处理消息队列或队列中的消息。
msdn2.microsoft.com
5.
Take a message that has the highest priority among all contained messages out of the message queue.
从消息队列取出所包含消息中具有最高优先级的消息。
www-128.ibm.com
6.
Only the red-black tree specific insert operations that are related to the message queue framework in this article are illustrated below.
本文中与消息队列框架相关的仅特定于红黑树的插入操作如下例所示。
www.ibm.com
7.
Access to a message queue enables sending, peeking, and receiving messages from a queue.
访问权限使用户能够向队列发送消息、查看队列中的消息以及从队列接收消息。
msdn2.microsoft.com
8.
Select Variables dialog box to specify the variables to use in a send message operation in the Message Queue task.
对话方块,即可指定在讯息伫列工作中用于传送讯息作业的变数。
msdn.microsoft.com
9.
If no such messages exist in the poison message queue, the queue does not appear in the queue viewing interfaces.
如果带毒邮件队列中不存在此类邮件,则队列查看界面中将不会出现该队列。
technet.microsoft.com
10.
During idle time, the UI thread is also responsible for processing all messages in the application's Windows message queue.
在空闲时候,该UI线程同样要对应用程序的窗体消息队列中的所有消息进行负责。
blog.sina.com.cn
1.
When the servlet initializes, it opens a JMS connection and registers itself as a listener on OpenJMS's default message queue.
Servlet初始化后,它打开JMS连接,并将自己注册为OpenJMS缺省消息队列的监听者。
www.ibm.com
2.
When you replace synchronous interaction with one that goes through message queue, does it improve response time?
当你用消息队列方式替换同步交互之后,能否改善响应时间?
www.infoq.com
3.
Controls and selects the properties that are retrieved when peeking or receiving messages from a message queue.
控制并选择从消息队列查看或接收消息时检索的属性。
msdn2.microsoft.com
4.
The poison message queue is only visible in the Queue Viewer when there are messages in the poison message queue.
仅当带毒邮件队列中包含邮件时,才可以在队列查看器中看到该带毒邮件队列。
technet.microsoft.com
5.
It is a simple application that lets the user post orders to a private message queue.
它是一个简单的应用程序,用户可以使用此应用程序将顺序发送到私有消息队列。
msdn2.microsoft.com
6.
Message queue implementation can use this parameter to identify when a message is expired.
消息队列实现可以使用此参数标识消息的过期时间。
www-128.ibm.com
7.
Pt The mouse coordinates at the time the message was placed in the message queue.
pt消息被放置到消息队列时鼠标的坐标。
blog.csdn.net
8.
For an explanation of correlation IDs, see Message Queue Journal Storage.
有关相关ID的说明,请参见消息队列日记存储。
msdn2.microsoft.com
9.
The message queue is filtered to ignore the Body property.
消息队列经过筛选后忽略了Body属性。
msdn2.microsoft.com
10.
First, we'll introduce red-black tree technology to show the internal operations of the message queue framework in this article.
首先,我们介绍红黑树(red-blacktree)技术以显示本文中消息队列框架的内部操作。
www.ibm.com
1.
Voice Message Queue Accessed is the number of times subscribers accessed their voice message queues by using the telephone user interface.
VoiceMessageQueueAccessed是订阅者使用电话用户界面访问其语音邮件队列的次数。
technet.microsoft.com
2.
Gets the native handle used to send messages to the message queue.
获取用于将消息发送到消息队列的本机句柄。
msdn2.microsoft.com
3.
Installs a hook procedure that monitors messages posted to a message queue.
安装一个钩子子程用来监视传递给消息队列的消息。
blog.csdn.net
4.
Figure 8 shows the message queue approach applied to service invocation, specifically our stock quote service.
图8显示了应用到服务调用的消息队列方法,其中的细节以我们的股票报价服务为例。
www.ibm.com
5.
These are the respective implementations of each abstract class and interface in the message queue framework interface package.
它们分别是消息队列框架接口包中每个抽象类和接口的实现。
www-128.ibm.com
6.
It provides priority-based sorting, which is inherited from BST and is required by the message queue framework.
它提供从BST继承的基于优先级的排序,这是消息队列框架所必需的。
www-128.ibm.com
7.
Messages that are in the poison message queue are already in a suspended state.
带毒邮件队列中的邮件已处于挂起状态。
technet.microsoft.com
8.
Email Message Queue Accessed is the number of times subscribers accessed their e-mail message queue by using the telephone user interface.
EmailMessageQueueAccessed是订阅者使用电话用户界面访问其电子邮件队列的次数。
technet.microsoft.com
9.
The message queue framework has special advantages for building locally-used client-side message queues.
消息队列框架在构建本地使用的客户端消息队列方面具有特别的优势。
www.ibm.com
10.
Message queue is a mechanism provided by the OS to send type-oriented message between processes.
消息对列是由操作系统提供的机制,负责进程之间消息类型化通信;
blog.sina.com.cn
1.
The Message Queue task requires that the Integration Services service be installed.
消息队列任务要求安装IntegrationServices服务。
msdn2.microsoft.com
2.
The individual messages are obtained from the queue by calling the receive method of the message_queue class.
通过调用message_queue类的receive方法从队列获取消息。
www.ibm.com
3.
An instance of the Handle Order process is initiated once the order message is read from the message queue.
一旦从消息队列中读取到订单消息,将发起一个HandleOrder流程的实例。
www.ibm.com
4.
To use this service, applications send messages to a message queue.
为了使用此服务,应用程序将消息发送到消息队列。
msdn2.microsoft.com
5.
This specifies the maximum number of message queue identifiers.
该文件指定消息队列标识的最大数目。
www-128.ibm.com
6.
Provides a forward-only cursor to enumerate through messages in a message queue.
提供一个只进游标,以枚举通过消息队列中的消息。
msdn2.microsoft.com
7.
If the message queue database or the Content Filtering database does not exist, a new, empty database will be created.
如果邮件队列数据库或内容筛选数据库不存在,将创建新的空数据库。
www.microsoft.com
8.
However, in a production application, this XML data is more likely to originate from a web service or a message queue.
但是在生产应用程序中,此XML数据更可能来自web服务或消息队列。
www.ibm.com
9.
This specifies the maximum number of bytes in a single message queue.
该文件指定在一个消息队列中最大的字节数。
www-128.ibm.com
10.
Message queue uses this method internally to clear messages that have stayed in the queue for a long time.
消息队列在内部使用此方法清除长时间停留在队列中的消息。
www-128.ibm.com
1.
Registers a listener in a message queue to establish their association.
在消息队列中注册侦听器以建立它们之间的关联。
www-128.ibm.com
2.
A package running on the destination computer then uses a Message Queue task to retrieve and save the package locally.
然后,在目标计算机上运行的包可以使用消息队列任务在本地检索并保存该包。
msdn2.microsoft.com
3.
This code sample shows how an EJB component might access a message queue resource, using connection objects.
代码样本显示了EJB组件如何使用连接对象来访问消息队列资源。
www.ibm.com
4.
Performs the installation and writes message queue information to the registry.
执行安装并将消息队列信息写入注册表。
msdn2.microsoft.com
5.
In the Create Message Queue dialog box, type a name for your queue.
在“创建消息队列”对话框中,键入队列的名称。
msdn2.microsoft.com
6.
The application sends messages to a private message queue.
该应用程序将消息发送到私有消息队列。
msdn2.microsoft.com
7.
Next, we'll describe the design and implementation of the message queue framework.
其次,我们描述消息队列框架的设计和实现。
www.ibm.com
8.
The classes also allow access to information about a message on a message queue.
这些类还允许访问关于消息队列上的某条消息的信息。
www.ibm.com
9.
Verify that the hard disk drive that holds the message queue database has enough free disk space.
验证存储邮件队列数据库的硬盘驱动器上是否有充足的可用磁盘空间。
technet.microsoft.com
10.
You can export messages from remote delivery queues, mailbox delivery queues, the Unreachable queue, or the poison message queue.
可以从远程传递队列、邮箱传递队列、无法到达队列或带毒邮件队列导出邮件。
technet.microsoft.com
1.
The following code example connects to a message queue and sends a message to the queue.
下面的代码示例连接到消息队列并将消息发送到该队列。
msdn2.microsoft.com
2.
The task uses an MSMQ connection manager to connect to a message queue.
任务使用MSMQ连接管理器连接到消息队列。
msdn2.microsoft.com
3.
New DTS tasks include the FTP task, the Execute Package task, the Dynamic Properties task, and the Message Queue task.
新的DTS任务包括FTP任务、“执行包”任务、“动态属性”任务和“消息队列”任务。
msdn2.microsoft.com
4.
A physical transaction occurs when a transactional object accesses a data resource, such as a database or message queue.
物理事务在事务性对象访问数据库或消息队列这样的数据源时发生。
msdn2.microsoft.com
5.
The four remaining messages are automatically cleared by the message queue framework when they are expired.
当其余四个消息过期时,消息队列框架会自动将其清除。
www-128.ibm.com
6.
A transaction can be confined to a single data resource, such as a database or message queue.
事务操作可限定于单个数据资源,如数据库或消息队列。
msdn2.microsoft.com
7.
The following code example gets and sets the value of a message queue's Label property.
下面的代码示例获取并设置消息队列的Label属性值。
msdn2.microsoft.com
8.
The advanced queuing engine maintains a separate message queue for each message type.
高级排队引擎为每一种邮件类型都维护一个单独的邮件队列。
technet.microsoft.com
9.
The manufacturer receives the purchase order from the message queue and processes it.
制造商接收来自消息队列的购买订单并处理它。
www.ibm.com
10.
Message queue and message labels represent an application-defined value that can help identify the queue or message in human-readable terms.
消息队列和消息标签表示应用程序定义的值,该值有助于用可读的词汇来标识队列或消息。
msdn2.microsoft.com
1.
Edits the value of the specified message queue using the specified type descriptor context and service provider.
使用指定的类型说明符上下文和服务提供程序编辑指定消息队列的值。
msdn2.microsoft.com
2.
MOM is a type of asynchronous messaging model framework based around a message queue.
MOM是一种基于消息队列的异步消息模型框架。
www.ibm.com
3.
The back end application will then process the form data and send a reply back via the message queue.
接下来后端应用程序将处理该表单数据并通过该消息队列发回一个应答。
www-128.ibm.com
4.
For capture you want to ensure that the access to MQ message queue can be secured so that no invalid messages can be sent to RFIDIC.
对于捕捉,希望保护对MQ消息队列的访问,以避免无效的消息被发送给RFIDIC。
www.ibm.com
5.
A console application that uses the non-visual Dbmlsync Integration Component must pump the Windows message queue.
使用非可视化Dbmlsync集成组件的控制台应用程序必须抽取Windows消息队列。
www.ianywhere.com
6.
Time The time the message was placed in the message queue.
time消息被放置到消息队列的时间。
blog.csdn.net
7.
Indicates that the task finished opening the message queue.
指示任务已完成打开消息队列的操作。
msdn2.microsoft.com
8.
Now, let's explore another popular mechanism for interprocess communication: the message queue.
现在,研究另一种流行的进程间通信机制:消息队列。
www.ibm.com
9.
To seek a better integration structure for BOSS, the technique of message queue and message middleware was discussed in detail.
为了寻求一种更好的集成架构来改进BOSS系统,本文详细探讨了目前被业界广泛看好的消息队列及消息中间件技术。
www.bing.com
10.
An action connector may also return a result, which is placed on the inbound message queue and can be evaluated as a result event.
操作连接器也可以返回结果,该结果放在入站消息队列中,并且可以将其作为结果事件进行评估。
www.ibm.com
1.
Cannot create a new Public message queue without custom setup of remote computer.
不能在不自定义安装远程计算机的情况下创建新的公共消息队列。
msdn2.microsoft.com
2.
Finally, we ll show you how to integrate the message queue framework into the Everyplace Micro Environment platform.
最后,我们展示如何将消息队列框架集成到EveryplaceMicroEnvironment平台中。
www-128.ibm.com
3.
It establishes a connection to the message queue and sends messages.
它建立与消息队列的连接并发送消息。
www.ibm.com
4.
When you create a message queue, be aware that the resource may already exist.
请注意,在创建消息队列时,该资源可能已经存在。
msdn2.microsoft.com
5.
Processes all Windows messages currently in the message queue.
处理当前消息队列中的所有Windows消息。
msdn2.microsoft.com
6.
Before you can resume a message from the poison message queue, you must first determine the Identity of the message.
必须先确定带毒邮件队列中的邮件的标识之后,才能恢复这些邮件。
technet.microsoft.com
7.
The foreground window shows the. Dat files in the MTA message queue directory.
前景窗口显示MTA邮件队列目录中的.dat文件。
technet.microsoft.com
8.
Provides a native Windows handle to the message queue object that is used for peeking and receiving messages from the queue.
提供用于查看和接收来自队列的消息的消息队列对象的本机Windows句柄。
msdn2.microsoft.com
9.
To integrate the message queue framework into SMF, we need to develop two types of Bundles.
要将消息队列框架集成到SMF中,需要开发两种类型的束。
www.ibm.com
10.
Edits the value of the specified message queue, using the specified service provider.
使用指定的服务提供程序编辑指定消息队列的值。
msdn2.microsoft.com
1.
for example , after nightly maintenance at each of your retail sites , a message queue task sends a message to your corporate computer.
例如,消息队列任务在各个零售站点夜间维护完成之后向公司计算机发送消息。
www.ichacha.net
2.
The response message flow waits on the RESPONSE message queue.
响应消息流等待RESPONSE消息队列。
www.ibm.com
3.
When you put data in the message queue, the data is available to the other process.
将数据放入消息队列后,其他进程就可使用这些数据了。
msdn2.microsoft.com
4.
The following table lists the custom log entries for the Message Queue task.
下表列出了消息队列任务的自定义日志项。
msdn2.microsoft.com
5.
Otherwise, it places a WM _PAINT message in the message queue.
否则,它将在消息队列中放置一个WM_PAINT消息。
dictsearch.appspot.com
6.
Provides a user interface for selecting a message queue path.
提供用于选择消息队列路径的用户界面。
msdn2.microsoft.com
7.
The poison message queue contains messages that are determined to be potentially harmful to the Exchange 2007 server after a server failure.
带毒邮件队列包含在服务器出现故障后确定可能对Exchange2007服务器有害的邮件。
technet.microsoft.com
8.
Described known issue with the Message Queue task.
描述了消息队列任务的已知问题。
msdn2.microsoft.com
9.
The application must read the message queue, retrieve the messages, and dispatch them so that the window procedure can process them.
应用程序必须从消息队列中读取消息,检索并将它们发送到窗口过程,这样做是为了让窗口过程能够处理它们。
www.winu.cn
10.
That maintains a specific position in the message queue.
维持消息队列中特定位置的。
msdn2.microsoft.com
1.
Provides a native Windows handle to the message queue object that is used for sending messages to the queue.
提供用于将消息发送到队列的消息队列对象的本机Windows句柄。
msdn2.microsoft.com
2.
Provide the path of the message queue to connect to.
提供要连接的消息队列的路径。
msdn2.microsoft.com
3.
By using the Message Queue task, you can coordinate operations throughout your enterprise.
用消息队列任务可以协调整个企业的运作。
msdn2.microsoft.com
4.
Specifies a message to peek at or receive from a message queue.
指定要从消息队列中查看或接收的消息。
msdn2.microsoft.com
5.
Creates a new Cursor for the current message queue.
为当前消息队列创建新的Cursor。
msdn2.microsoft.com
6.
Dialog box to specify the path to an MSMQ message queue.
对话框可以指定MSMQ消息队列的路径。
msdn2.microsoft.com
7.
This sample shows how to send and receive message-queue messages from Windows Forms applications.
此示例演示如何从Windows窗体应用程序发送和接收消息列消息。
msdn2.microsoft.com
8.
Figure 1 illustrates the connection from Business Events to Monitor using the message queue connector.
图1显示了使用消息队列连接器建立的从BusinessEvents到Monitor的连接。
www.ibm.com
9.
Method during the installation process to write registry information that is associated with the message queue being installed.
方法以写入与正在安装的消息关联的注册表信息。
msdn2.microsoft.com
10.
The poison message queue is typically empty.
病毒邮件队列通常为空。
www.microsoft.com
1.
If you're only interested in how to extend and use the message queue framework, you can skip this section.
如果您仅对如何扩展和使用消息队列框架感兴趣,则可以跳过本部分。
www.ibm.com
2.
Poison messages are put in the poison message queue.
带毒邮件位于带毒邮件队列中。
technet.microsoft.com
3.
The label that describes the message queue.
描述消息队列的标签。
msdn2.microsoft.com
4.
Register a listener to the message queue.
在消息队列中注册侦听器。
www-128.ibm.com
5.
Shows how to send and receive message-queue messages from Windows Forms applications.
演示如何从Windows窗体应用程序发送和接收消息队列消息。
msdn2.microsoft.com
6.
Listing 5 shows a code snippet in which a process has created a message queue of 20 integers.
在清单5所示的代码片段中,进程创建了一个可包含20个整数的消息队列。
www.ibm.com
7.
For the current message queue.
当前消息队列的新。
msdn2.microsoft.com
8.
Messages in the poison message queue.
带毒邮件队列中的邮件。
technet.microsoft.com
9.
You cannot suspend a message that is in the Submission queue or in the Poison Message queue.
无法挂起“提交”队列或“带毒邮件”队列中的邮件。
technet.microsoft.com
10.
The label for the message queue.
消息队列的标签。
msdn2.microsoft.com
1.
Input a message to the message queue.
在消息队列中输入消息。
www-128.ibm.com
2.
For example, you might want to run a program that associates a server component with a particular message queue.
例如,可能希望运行将服务器组件与特定消息队列相关联的程序。
www.kuenglish.info
3.
RFIDIC provides a program that reads events from a file and enqueues it into the RFIDIC event message queue.
RFIDIC提供了一个从文件读取事件并将它们放进RFIDIC事件消息队列的程序。
www.ibm.com
4.
Retrieves the window handle to the active window that is attached to the message queue of the calling thread.
检索附加到调用线程消息队列中的活动窗口的句柄。
msdn2.microsoft.com
5.
If a dead message queue is specified, the message is put in that queue.
如果指定了失效消息队列,则该消息会被放置到此队列中。
www.ianywhere.com
6.
In order to achieve load balancing, it used message queue as "mailbox" .
采用“邮箱式”消息队列,利用消息队列实现负载均衡;
www.fabiao.net
7.
The grid application must still go to the data store or message queue to access the data itself.
网格应用程序依然必须自己到数据存储或消息队列中访问数据。
www-128.ibm.com
8.
After the new order is placed, the window in Figure 10 shows contents of the POQueue message queue.
在添加了新的订单之后,图10中的窗口显示了POQueue消息队列的内容。
www.ibm.com
9.
What if we want to write to a file outside the database or send the auditing record on a message queue?
如果我们想写入数据库外部的一个文件,或者发送一个消息队列上的审计记录,又该如何做呢?
www.ibm.com
10.
The poison message queue that is located on the specified server.
位于指定服务器上的带毒邮件队列。
technet.microsoft.com
1.
The DLQ is a local queue that is also referred as the undelivered-message queue.
DLQ是一个本地队列,也称为未送达消息队列。
www.ibm.com
2.
The Message Queue task that Microsoft SQL Server 2005 Integration Services (SSIS) includes uses an MSMQ connection manager.
MicrosoftSQLServer2005IntegrationServices(SSIS)包含的消息队列任务使用MSMQ连接管理器。
msdn2.microsoft.com
3.
For example, if the pipelines are configured for message queue transports, the load prioritizer script will place the files in the queue.
例如,如果将管道配置为消息队列传输,加载优先排序器会将文件放入队列中。
www.ibm.com
4.
For example, a package can use a Message Queue task to send a package file to another computer.
例如,包可以使用消息队列任务将包文件发送给另一台计算机。
msdn2.microsoft.com
5.
But a message queue or set of input arguments can also be thought of as a data source.
但是,消息队列或一系列输入参数也可以作为数据源。
www.ibm.com
6.
the transmit leg transmits the exploration message queue and a receiver receives the exploration message queue and records the measure data;
发送方发送探测报文队列,接收方接收探测报文队列,并记录测量数据;
ip.com
7.
You'll see a number of options you can specify for the Message Queue action configuration, as shown in Figure 16. Specify the following
您将看到一系列可为MessageQueue操作配置指定的选项,如图16中所示。
www.ibm.com
8.
The description of the classes contained in the message queue framework reference implementation package is shown in Table 4
表4显示消息队列框架引用实现包中所包含的类的描述
www.ibm.com
9.
Defines the maximum number of message queue identifiers allowed on the system at any given time
定义在任何时刻系统上允许的最多消息队列标识符个数
www-128.ibm.com
10.
To set message queue permissions for a trustee, create a new instance of the
若要为受信者设置消息队列权限,请创建
msdn2.microsoft.com
1.
A Multithreading TCP Communication Development Platform with Message Queue Mechanism
结合消息队列机制的多线程TCP通信开发平台
www.ilib.com.cn
2.
Develop Message Queue Applications in WebSphere Everyplace Micro Environment
在WebSphereEveryplaceMicroEnvironment中开发消息队列应用程序
www-128.ibm.com
3.
To resume a message from the poison message queue, use the Identity of the message from the previous step, and run the following command
若要恢复带毒邮件队列中的邮件,请使用在上一步中获得的邮件标识,然后运行以下命令
technet.microsoft.com
4.
Use System. Windows. Application Run method to enable pumping of the Windows message queue
使用System.Windows.ApplicationRun方法来抽取Windows消息队列
www.ianywhere.com
5.
Hierarchical message queue model supporting dynamic load balancing
支持动态负载平衡的分层消息队列模型
168.160.184.82:8080
6.
Message queue consumer is registered as a message queue listener
消息队列使用者注册为消息队列侦听器
www-128.ibm.com
7.
Message queue consumer tracks the services provided by message queue provider Bundle from SMF
消息队列使用者在SMF中跟踪消息队列提供者束所提供的服务
www-128.ibm.com
8.
Construct distributed application system base on Web services and message queue
基于消息队列和Web服务的分布式系统异步交互方式体系架构
ilib.cn
9.
a "port" is a protected message queue for communication between tasks; tasks own send and receive rights to each port
“端口”是用于任务之间通信的受保护的消息队列;任务拥有各自端口的发送和接收权限
www.infoq.com
10.
Method writes message queue information to the registry, and associates the
方法将消息队列信息写入注册表,并使
msdn2.microsoft.com
1.
Design and Application of Message Queue Middleware in Freeway Toll System
消息队列中间件在高速公路收费系统中的设计与应用
www.ilib.cn
2.
To add a MessageQueue component for your message queue
为您的消息队列添加MessageQueue组件
msdn2.microsoft.com
3.
To determine the Identity of all messages in the poison message queue, run the following command
若要确定带毒邮件队列中所有邮件的标识,请运行以下命令
technet.microsoft.com
4.
Interprocess communication using message queue
使用消息队列实现进程间通信
www.ibm.com
5.
Pass a complex type through a message queue
通过消息队列传递复杂类型
msdn2.microsoft.com
6.
You can configure the message types that the Message Queue task provides in the following ways
可以按下列方式配置消息队列任务提供的消息类型
msdn2.microsoft.com
7.
Compliant with EPCIS standard for HTTP and message queue bindings
符合针对HTTP和消息队列绑定的EPCIS标准
www.ibm.com
8.
Interface BundleMessageQueue acts as a message queue and abstracts the common methods that a message queue can provide
接口BundleMessageQueue作为消息队列使用,提取消息队列可以提供的通用方法
www-128.ibm.com
9.
configuring the message queue task programmatically
以编程方式配置消息队列任务
www.ichacha.net
10.
To create a message queue on your computer On the
在您的计算机上创建消息队列
msdn2.microsoft.com
1.
Resuming Messages from the Poison Message Queue
恢复带毒邮件队列中的邮件
technet.microsoft.com
2.
Self-defined Format Data Transform in Message Queue
消息队列中自定义数据格式的转换
service.ilib.cn
3.
Discussion about using message queue in Unix system
Unix系统下消息队列使用探讨
www.ilib.cn
4.
To use the Queue Viewer to resume a message in the poison message queue
使用队列查看器恢复带毒邮件队列中的邮件的步骤
technet.microsoft.com
5.
MSMQ Microsoft Message Queue Server
消息队列服务
www.bing.com
6.
Best practices for building message queue applications based on open standards
基于开放标准构建消息队列应用程序的最佳实践
www-128.ibm.com
7.
Research and Implementation of Asynchronous Web Service Based on WSE and Message Queue
基于WSE和消息队列的异步Web服务研究及实现
ilib.cn
8.
A Realization of Database Concurrent Server Based on Message Queue Mechanism
基于消息队列的数据库并发服务器的实现
www.ilib.cn
9.
Destination: An abstraction of either a message topic or a message queue
Destination:消息主题或消息队列的抽象
www.ibm.com
10.
Exe MS Message Queue Backup and Restore Utility
信息队列备份和恢复工具
search.tom.com
1.
About the Poison Message Queue and the Unreachable Queue
关于带毒邮件队列和无法到达队列
technet.microsoft.com
2.
To verify that your message queue was created
验证是否已创建消息队列
msdn2.microsoft.com
3.
Receive a message from a message queue
从消息队列接收消息
msdn2.microsoft.com
4.
Create Message Queue Dialog Box
“创建消息队列”对话框
msdn2.microsoft.com
5.
Dexterous Use of Message Queue in Database Development
在数据库开发中巧用消息队列
www.ilib.cn
6.
Design of Message Queue Based on Application Service System
基于消息队列机制的应用服务系统的设计
www.ilib.cn
7.
Method to create a new message queue using the path you specify, and use the
方法创建使用指定路径的新消息队列,并使用
msdn2.microsoft.com
8.
The Design of Sycronization and Asycronization Message Communication Software Based on Socket and Message Queue
基于Socket和消息队列的中后台接口通讯软件的设计
scholar.ilib.cn
9.
A Hidden Trouble in Message Queue of Small RTOS51
51中消息队列的一处隐患
www.ilib.cn
10.
To use the Exchange Management Shell to resume a message in the poison message queue
使用Exchange命令行管理程序恢复带毒邮件队列中的邮件
technet.microsoft.com
1.
For example, to resume a message from the poison message queue that has the message Identity value of 222, run the following command
例如,若要恢复带毒邮件队列中邮件标识值为222的邮件,请运行以下命令
technet.microsoft.com
2.
Open the reply message queue for input
为输入打开回复消息队列
www.ibm.com
3.
Open the request message queue for output
为输出打开请求消息队列
www.ibm.com
4.
Open the target message queue for output
为输出打开目标消息队列
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/16 1:48:48