Reputation: 726
I am trying to subscribe to the topic via RFHUTIL, but I get an error message: "Queue name required if not managed." But I do not use queue, I use topic instead. Why should I specify the queue name? How can I subscribe to the topic?
Upvotes: 0
Views: 502
Reputation: 7527
When you subscribe to a topic, messages are sent to you as a result. There are two choices that you can make.
First of all, make sure you are using at minimum a V7 RFHUtil. That is when support for MQ V7 Publish/Subscribe was added.
Make sure you are using the PS tab rather than the PubSub tab.
Ensure you select the "Managed Sub" check box.
Upvotes: 3