There is no API, the commands are implemented by msgs being put to the broker command queue. You have to create the MQRFH (version 1) msgs in your app and put them to the queue yourself.
Sorry, I read it. But not understand. the following is copied in the guide:
Here is an example of a NameValueString for a Register Publisher command message. The publisher is registering with the ‘Direct Requests’ option, for the Stock/IBM topic on the default stream. The queue name and queue manager name are specified so that subscribers can respond directly to the publisher.
MQPSCommand RegPub
MQPSRegOpts DirectReq
MQPSQMgrName Broker1
MQPSQName STOCK.IBM.PUBLISHER.
I don't know how to use the command. and just you said, I shoud define MQRFH by manual in java?
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