Creating MQ JMS queue destination.
创建MQjms队列目的地。
This will be a regular queue destination.
该目的地将成为常规队列目的地。
Part 3 describes the queue destination creation process.
第3部分描述了队列目的地的创建过程。
Next, create a queue that is mapped to the queue destination you already created.
接下来,创建映射到已经创建的队列目的地的队列。
A regular queue destination can be configured to receive messages from a foreign bus.
常规的队列目的地可配置为从外部总线接收消息。
The definition of the queue destination references is under the JMS Destinations TAB.
队列目标引用的定义位于JMSDestinations选项卡下面。
We have now set up a queue destination inside the message engine, as shown in Figure 19.
现在,我们已经在消息引擎中创建了一个队列目的地,如图19所示。
Next, create an activation specification to connect your message-driven bean to the queue destination.
接下来,创建激活规范,以将MDB连接到队列目的地。
Create a WebSphere MQ JMS queue destination for receiving a request message at an export: REQUESTQ using REQUESTQ.
使用requestQ创建一个WebSphereMQjms队列目的地requestq,以便在导出中接收请求消息。
Create a WebSphere MQ JMS queue destination for sending a request message from an import: REQUESTQ1 using REQUESTQ1.
使用requestQ1创建一个WebSphereMQjms队列目的地requestq1,以便发送来自导入的请求消息。
The servlet WriteQueue (Listing 1), produces all kinds of JMS messages that are sent to a designated queue destination.
ServletWriteQueue(清单1)将产生发送到指定队列目的地的所有类型的JMS消息。
You can use the same queue connection factory that is used for queue destination for service requests (jms/MyQueueQCF).
可以使用与服务请求的队列目的地相同的队列连接工厂 (jms/MyQueueQCF)。
An inbound service USES a service destination on the bus (simply a queue destination which ACTS as the inbound service destination).
入站服务使用总线上的服务目的地(只是一个充当入站服务目的地的队列目的地)。
You need to create a queue destination and define a JCA activation spec for enabling the message-driven bean that you will see when you install the sample application.
您需要创建队列目的地,并定义JCA激活规范,以启用在安装示例应用程序时将看到的消息驱动Bean。
A queue is a destination to which a producer sends messages and from which the receiver takes messages.
队列是这样一个目的地:生产者向它发送消息,接收者从中取消息。
A more subtle but important implication is that you had to know whether the destination was a queue or a topic at design time.
这里隐含着一个难以察觉但非常重要的要求,在设计时,您必须知道目的地是队列还是主题。
In other words, the JMS provider can assure a message's sender that it was delivered to it's destination (a queue or topic) once and only once.
换句话说就是,JMS提供者可以向消息的发送方保证将消息发送到目的地(一个队列或主题),并且是一次性发送。
Set the JMS Destination to queue.
设置队列的jms目的地。
The JMS destination type, queue or topic.
jms目的地类型:队列或主题。
Then it creates the connection, session and finally a message producer for the JMS destination, puts the text message into the queue.
然后,它将创建连接、会话以及JMS目的地的消息生成器,并将文本消息放入队列中。
For example, destination type (queue or topic) can be specified here.
例如,可在这里指定目的类型(队列或主题)。
One "queue" Destination for the Inbound service.
一个入站服务的“队列”目的地。
This should show a print job added to the print queue for "Destination."
该命令应该显示添加到“Destination”打印队列的一项打印作业。
The name of the Queue object which defines the message destination.
以及定义了消息目的地的Queue对象的名称。
Select the Queue radio button to specify the destination type (Figure 20).
选择Queue单选按钮,以指定目的地类型(图20)。
Select the destination type as Queue, then Next (Figure 16).
选择目的地类型为Queue,然后单击Next(图16)。
This is name of the queue on the WebSphere MQ queue manager for which this destination is an alias.
这是WebSpheremq队列管理器上的一个队列的名称,此目的地是该队列的别名。
Under normal circumstances, the bridge queue names reflect the name of the WebSphere MQ destination queue.
在通常情况下,网桥队列名称反映了WebSphereMQ目的地队列的名称。
Each channel has two ends: a sender channel that is defined within the originating queue manager, and a receiver channel that is defined within the destination queue manager, as shown in Figure 4.
每个通道都有两个端点:在起始队列管理器内定义的发送端(sender)通道和在目的队列管理器内定义的接收端(receiver)通道,如图4中所示。
In the bus, we need to create a foreign destination that is a virtual queue in WebSphere MQ.
在总线中,我们需要创建外部目的地,它在WebSphereMQ中是一个虚拟地址。
应用推荐