简体   繁体   English

在Windows中创建WebSphere MQ FTE代理的要求

[英]Requirement for creating WebSphere MQ FTE agents in Windows

I am designing a new file transfer infrastructure using WebSphere MQ v7.5 FTE product and like to know for creating an FTE agent in a Windows box, what is the basic minimum requirement? 我正在使用WebSphere MQ v7.5 FTE产品设计一个新的文件传输基础结构,并且想知道在Windows盒子中创建FTE代理的基本最低要求是什么? Does it require the MQ v7.5 server edition installed or will it work with the MQ v7.5 client libraries? 它需要安装MQ v7.5服务器版本还是可以与MQ v7.5客户端库一起使用?

You need at least one WMQ queue manager to act as the queuing hub for all the agents. 您至少需要一个WMQ队列管理器来充当所有代理的排队中心。 The regular FTE agents can be client-based. 常规FTE代理可以基于客户端。 Typically, these are placed local to the file endpoints and access the underlying filesystem directly. 通常,将它们放置在文件端点本地,并直接访问基础文件系统。 For most agents a client connection to a central queue manager works great. 对于大多数代理而言,与中央队列管理器的客户端连接效果很好。 The exception is a node where the transfer volume is very high, in which case it might warrant having a local queue manager. 例外是传输量很高的节点,在这种情况下,它可能需要具有本地队列管理器。

The exception is the "Protocol Bridge" agents which are the ones that talk to remote FTP, SFTP and FTPS servers. “ Protocol Bridge”代理是个例外,它们是与远程FTP,SFTP和FTPS服务器通信的代理。 These must reside on the same host as the queue manager. 它们必须与队列管理器位于同一主机上。

Short answer: on your Windows box a client agent is the minimal requirement. 简短的回答:在Windows机器上,客户端代理是最低要求。 Just point its configuration to a queue manager somewhere on the network. 只需将其配置指向网络上某处的队列管理器即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM