现在,您已经配置了JMS客户机将用来与队列管理器进行通信的服务器连接通道。
You have now configured the server connection channel that the JMS Client will use to communicate with the queue manager.
客户机模式还需要队列管理器上的SVRCONN通道定义。
Client mode also requires a SVRCONN channel definition on the queue manager.
现在,您将对通道进行配置,JMS客户机将使用该通道与队列管理器进行SSL通信。
Now, you will configure the channel with which the JMS Client will communicate with the queue manager for SSL.
该命令创建了一个QueueConnectionFactory,它通过端口1414和通道ssl . SVRCONN使用机器本地主机上的客户机(基于网络的)传输来访问队列管理器SSLQMGR。
This command creates a QueueConnectionFactory that accesses the queue manager, SSLQMGR, using the client (network-based) transport on a machine localhost via port 1414 and channel SSL.SVRCONN.
该命令创建了一个QueueConnectionFactory,它通过端口1414和通道ssl . SVRCONN使用机器本地主机上的客户机(基于网络的)传输来访问队列管理器SSLQMGR。
This command creates a QueueConnectionFactory that accesses the queue manager, SSLQMGR, using the client (network-based) transport on a machine localhost via port 1414 and channel SSL.SVRCONN.
应用推荐