Quantcast
Channel: Service Bus forum
Viewing all articles
Browse latest Browse all 1916

data composition/enrichment/lookup concept in azure service bus

$
0
0

Hello, 

We are assessing Azure Service Bus in our firm for improving how our systems exchange data and prevent data coupling. The service is really cool and already nicely integrated in some Azure Service such CRM Dynamics for example.

However, I find really little information about real life scenario about data composition/lookup and if a best practice exists. 

Example:

  1. From Dynamics CRM Online, when an entity is updated, we send a message to Azure Bus notifying our reporting system (SQL) and our collaboration (sharepoint custom web) that something happened.
  2. In CRM online, users are referenced by GUID, in reporting system user are currently referenced by SAP ID and in sharepoint, it's email/claims.
  3. All these lookup information exists in an SQL table.

from my opinion, publisher should send message to a generic Azure service bus queue, which depending of some rules (logic apps ?) enrich the message and then send it in a azure service bus topic and finally the message have all required information ?

I see "out of the box" solution, but it seems to be targeted on biztalk and not on azure service bus.

https://msdn.microsoft.com/en-us/library/azure/jj136830.aspx?f=255&MSPPError=-2147217396

I would be really interested in any hint/best practises/real life scenario.

regards,


Viewing all articles
Browse latest Browse all 1916

Trending Articles