1

How do I subscribe to a Microsoft Azure topic? What are the ways in which I can subscribe?

I do not have any control on the topic creation and messages sent to the topic, I need to subscribe to the topic and get the messages from the topic

The preferred option is from TIBCO, is it possible? How do I go about it? I am using Tibco BW. If not tibco, is it possible to build a Java application for the same?

Couldn't find much help on google with respect to the implementation using Tibco. Any pointers on the approach and possibility will be really helpful

4

1 回答 1

2

There's no straight connection option but you can achieve this by the extension Mechanisms of TIBCO Businessworks.

I used it for Azure Bus Queues but no Topic yet. Basically there's two options:

Both could be wrapped as a custom event source activity in TIBCO Businessworks 5 where you place that listener code for the Azure Topics or via the Plugin API in Businessworks 6.

Out of luck the AMQP option might also via the freely available AMQP plugin for Businessworks 6 (https://tap.tibco.com/storefront/sample-evaluations/tibco-activematrix-businessworks-plug-in-for-amqp-community-edition/prod16143.html)

Hope that helps to get the right pointers

With best regards Sebastian

于 2016-06-16T06:04:32.927 回答