Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
fjb_saper wrote:
look at support pack IH03
Thanks, I know this tool.
I know I can do lots of things using rfhutil.
I can also set subscription point in my broker flow:
Code:
SET OutputRoot.MQMD.MsgType = 1;
SET OutputRoot.MQMD.ReplyToQ = 'MK_SUBAPP.IN';
SET OutputRoot.MQMD.ReplyToQMgr = 'QM1';
SET OutputRoot.MQMD.Format=MQFMT_RF_HEADER_2;
CREATE NEXTSIBLING OF OutputRoot.MQMD DOMAIN('MQRFH2') NAME 'MQRFH2';
Set OutputRoot.MQRFH2.psc.Command='RegSub';
Set OutputRoot.MQRFH2.psc.Topic='abc/123/456';
Set OutputRoot.MQRFH2.psc.QName='SYSTEM.JMS.D.QIN';
Set OutputRoot.MQRFH2.psc.QMgrName='QM1';
Set OutputRoot.MQRFH2.psc.SubPoint='abc';
I know subscription message structure.
My problem is to set subscription point in my JAVA code.
To send subscription i use code below.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum