Solved

Extracting from Azure Service Bus

  • 10 February 2020
  • 1 reply
  • 27 views

Badge

Hi,

Is it possible to extract data from an Azure Service Bus into TX?

icon

Best answer by Anonymous 14 February 2020, 12:03

View original

1 reply

Hi Bunyamin

Azure Service Bus is a event/message hub that transport data from one sending application to one or more receiving applications. This receiving applications are typically designed around a server pattern where they actively listen for inbound requests. -> Push

Discovery Hub is centred around a batch oriented pull design that are initiated by a time Schedule -> Pull

So you need a bridge between the 2 designs to listen for incoming messages from Azure Service Bus and to store them for batch retrieval.

Let us know if you find a good bridge solution - You are not the first person to have ask this question :)

Regards,
Jan

Reply