I went to listen to Jacob Avital. He told us about Dublin – The Windows Application Server Extensions
Its all about connecting applications to the .NET Services ISB. The connecting bits are of course made in WCF and they proved a pattern which implements a pub/sub model via the ISB.
The connected app will send a message to the ISB (which contains security via the Access Control Service (Azure!)) and the ISB will multicast this to all subscribed apps. These apps can send a response which will send a P2P message via the ISB to the cloud app.
Dublin provided a WCF binding to use on the Cloud Aware App: the NetEventRelayBinding:
The subscribed app should use the NetTCPRelayBinding:
You can also use the Azure Access Control API via WCF. This example changes a Access Control rule:
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5