You will create this connection factory on the server and then let the client application retrieve it from there.
您将在服务器上创建此连接工厂,然后让客户机应用程序从此处检索。
Every connection factory or destination used in the sample application must be registered in a JNDI directory with a unique name.
在示例应用程序中使用的每个连接工厂或目的地必须使用唯一名称在JNDI目录中注册。
A JMS application requires at least one connection factory and at least one queue or topic.
JMS应用程序至少需要一个连接工厂和至少一个队列或主题。
Listing 11 shows the connection factory and destination queue parameters.
清单11显示了连接工厂和目标队列参数。
Provide a client identifier to be used on all connections created using this connection factory.
提供在使用此连接工厂创建的所有连接上使用的客户端标识符。
For more information, see Use of a global connection factory and thread level connection caching below.
有关更多信息,请参见下面的使用全局连接工厂和线程级别连接缓存。
Here you focus on configuring a topic space, a topic, and a topic connection factory.
这里我们的重点是配置主题空间、主题和主题连接工厂。
With JMS 1.1, we can now create a unified JMS connection factory that works with both queues and topics.
通过使用JMS 1.1,我们可以创建统一的JMS连接工厂,同时供队列和主题使用。
A JMS binding contains information such as the queue and necessary connection factory information.
JMS绑定包含诸如队列和所需的连接工厂信息之类的内容。
In the J2C page, you can define a connection factory at the node level and it will apply to all servers that it contains, or you can define the connection factory at the server level.
在J2C页面中,您可以在节点层指定连接工厂,然后它将应用到节点包含的所有服务器中,您也可以在服务器层定义连接工厂。
You have now created the connection factory for the CICS resource adapter and specified values for certain connection properties.
您现在已经为CICS资源适配器创建了连接工厂,并且为某些连接属性指定值。
Now you can create the JMS queue connection factory and JMS queue resources.
现在可以创建JMS队列连接工厂和JMS队列资源了。
Figure 30 shows the created queue connection factory.
图30显示了所创建的队列连接工厂。
It is worth noting that there is a single connection pool per MQ messaging provider connection factory, and each connection in the pool has its own session pool.
值得一提的是,每个MQ消息传递提供程序连接工厂都有单一的连接池,池中的每个连接都有自已的会话池。
As appropriate for a J2EE environment, the example now obtains the connection factory and destination from JNDI.
现在,示例采用适合J2EE环境的方式从JNDI获取连接工厂和目的地。
This setting maps the resource reference name "CICSECI_B" to the name of the connection factory configured in the server.
该设置将资源引用名“CICSECI_B”映射到服务器中配置的连接工厂的名称。
Notice that we use a generic JMS connection factory rather than a specific connection factory type.
请注意,我们使用的是通用的JMS连接工厂而不是特定的连接工厂类型。
A connection factory for the J2C resource adapter in the server configuration provides the connections to CICS.
服务器配置中J 2 C资源适配器的连接工厂提供了到CICS的连接。
There are several configuration options available in the JMS connection factory relevant to connection pooling, message persistence, routing, transactions, and so on.
在JMS连接工厂中,有几个与连接池、消息持久性、路由和事务等相关的可用配置选项。
A J2C application runs in managed mode when the application server provides the connection factory.
当应用程序服务器提供连接工厂时,J2C应用程序就在受管模式下运行。
A connection factory is an object that is used to create connections to a resource manager.
连接工厂是用于创建至资源管理器的连接的对象。
You can then use the enhanced MQ messaging provider connection factory panels to tailor the new connection factory to your specific requirements.
然后,可以使用增强的MQ消息传递提供程序连接工厂面板定制新的连接工厂,以满足您的特定需求。
This element specifies the name of a resource manager connection factory reference, as shown in Listing 3.
该元素会指定资源管理器连接工厂引用,如清单3 所示。
First, the program retrieves a queue connection factory by looking up the context object with a queue connection factory name.
首先,这个程序通过查找上下文对象获得一个指定名称的队列连接工厂。
The managed connection factory is EIS adapter-specific, and contains all of the required connection information.
受管的连接工厂是EIS 特定的适配器,而且其中包括了所有被需要的连接信息。
We will now update the existing MQ connection factory that we created earlier to use SSL.
我们现在将更新前面所创建的使用SSL的MQ连接工厂。
You also need to specify connection factory information, because it is used to establish the connection between the WSDL service and the CICS server.
您还需要确定连接工厂信息,因为要用它来建立WSDL服务和CICS服务器之间的连接。
The connection factory enables the JMS program to open a connection with a queue manager to send and receive messages.
连接工厂使JMS程序能够使用队列管理器打开连接,发送和接收消息。
The SSL ciphersuite is now obtained from the SSL configuration rather than the connection factory.
现在将从SSL配置(而不是连接工厂)获取 SSL 密码套件。
Then CICS ECI connection factory then supplies the connection properties for the CICS server.
CICSECI连接工厂然后为 CICS服务器提供连接属性。
应用推荐