mq fte and ant script
问题 Can we use globmapper inside "presrc" or "postsrc" call? If we can, how to use? 回答1: The "presrc" or "postsrc" calls can run any valid Ant script so the short answer is "yes". Hopefully, someone will respond with a sample code to provide the longer answer. :-) 回答2: Sample for reference: <fte:filemove src="${source.agent}@${source.qmgr}" dst="${destination.agent}@${destination.qmgr}" rcproperty="copy.result"> <fte:presrc command="antfile.xml" type="antscript" retryCount="2" retryWait="30"