PSOFT
PSOFT

Reputation: 1

MQ Managed file transfer

I am completely new to MQ world and need help understanding the install.

I have downladed 9.2.0.1-IBM-MQFA-Redist-LinuxX64.tar.gz redistrible package . Now i can see under bin folder there is set of FTE* commands.

Requirements: Need to transfer files from linux server to queue (File to Queue)

Questions:

  1. Do i need to run FTEcreateagent in my linux host or MQ server?
  2. If i run FTEcreateagent in my linux host, does the agent will be visible automatically in windows server?

Upvotes: 0

Views: 774

Answers (1)

Shashi
Shashi

Reputation: 15273

You have downloaded is the Redistributable version of IBM MQ Managed File Transfer product. It can be simply unpackaged anywhere on a file system. But you need to have a MQ v9 or above queue manager running somewhere as MQ is a prerequisite for MFT.

The redistributable package contains binaries and commands for for setting up agents to run transfers. It does not contain MQExplorer.

You need to start by running fteCreateEnvironment command and then call fteSetupCoordination, fteSetupCommands and then fteCreateAgent. This is the best place to start learning about configuring MFT using the redistributable package.

Upvotes: 2

Related Questions