I will be using service bus for sending telemetry data from sensors (Publish-part). If I want to store this sensor data to a SQL or NOSQL database (and eventually would like doing some processing on the data) is it correct when I state that the application that will handle all this is a subscriber (Subscriber-part) to the service bus/message queue/topic?
Thanks.