开发者

How to record WebSphere MQ FTE transfer result in a local queue?

开发者 https://www.devze.com 2023-02-23 07:02 出处:网络
How to record WebSphere MQ FTE tran开发者_运维技巧sfer result in a local queue?Define an administrative subscription to the WMQ FTE transfer publications and direct it to the queue where you wish thes

How to record WebSphere MQ FTE tran开发者_运维技巧sfer result in a local queue?


Define an administrative subscription to the WMQ FTE transfer publications and direct it to the queue where you wish these events to be reported.

DEFINE QL(MY.LOCAL.QUEUE) +
   REPLACE

DEFINE SUB(FTE.TRANSER.RESULTS) +
   DEST(MY.LOCAL.QUEUE) +
   TOPICSTR('SYSTEM.FTE/#') +
   REPLACE
0

精彩评论

暂无评论...
验证码 换一张
取 消