Kulasangar
Kulasangar

Reputation: 9434

How to subscribe a topic in WSO2 MB 3.1.0

I've been working with the WSO2 Message Broker for a while and I clearly understood the way of publishing and consuming a message to and from a queue as well topics. According to this, it has not been mentioned anywhere how could I subscribe to a particular topic from the management console where as this particular section talks about creating durable subscriptions from the code level.

But then the older version of this has a way to subscribe from the console it self. Am i missing anything? Any help would be appreciated.

Upvotes: 2

Views: 113

Answers (1)

Kamidu Punchihewa
Kamidu Punchihewa

Reputation: 1261

Using WSO2 MB 2.2.0 is not advisable since it is a deprecated release.

Regarding the Problem, Subscribing to a particular topic from the management console is not a valid use case since if you subscribe to a relevant topic using the management console to which consumer the messages should be pushed to?

The subscribing you mentioned in MB 2.2.0 is to subscribe to a particular topic from the management console for WS-Eventing where you can subscribe a topic to a given event sink.

WSO2 MB no longer support this.

Thanks, Kamidu.

Upvotes: 3

Related Questions