Spark Structured Streaming Azure Service Bus

Yennam, ShowryPremsagar 41 Reputation points
2020-10-05T10:38:20.727+00:00

Could someone clarify me ,whether Azure Service Bus queues cab be accessed using this API or not? Please Suggest the relevant doc

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
700 questions
{count} votes

Accepted answer
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2020-10-06T16:11:18.653+00:00

    Looks like there is no readily available connector likely since Service Bus is not designed with this in mind, unlike Event Hubs. But it should be possible to write your own receiver (like this one).

    Another alternative would be to immediately forward messages from Service Bus to a compatible source like Event Hubs using something simple like Azure Functions.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.