Skip to main content

Hi,


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

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