I'm wondering if it's possible to connect to a STOMP feed from Azure and process the data i.e. add it to a database or save in a Storage Account.
Context: Network Rail have their openraildata feeds which are STOMP and instead of having a Virtual Machine constantly running in Azure, I'd like to use Azure to subscribe to one of their feeds.
The Azure Service Bus lets me create my own topics for me to create and others to use but I would like to have it connect to another.