Using Azure Service Bus to connect Silverlight Apps
-
2010년 12월 14일 화요일 오후 3:19
Hello,
I am about to connect several Silverlight Apps using Azure Service Bus.
I am using Silverlight 4 and the latest Azure SDK release.
That far I have not been able to find some walkthrough or a blog post that would describe the process.
Does anyone know where to look for some good description?
Has anyone already done what I am going to implement?
Your help is much appreciated!
Kind Regards
Vlad
- 이동됨 Brian AurichMicrosoft Employee 2010년 12월 29일 수요일 오전 5:43 Service Bus discussion (From:Windows Azure Platform Development)
모든 응답
-
2010년 12월 15일 수요일 오전 4:45중재자
Hi Vlad,
Based on my understanding, you need the silverlight client connecting to the appfabric servicebus.
I'm afraid this cannot be done, Appfabric sdk doesn't provide silverlight version's servicebus library.
Thanks,
Mog Liang -
2010년 12월 15일 수요일 오전 8:15
Hi Mog,
ok, thanks.
Is ServiceBus support for Silverlight on your roadmap at all?
Vlad
-
2010년 12월 15일 수요일 오전 9:03중재자
Hi Vlad,
I'm very sorry for my mistake. Actually, silverlight can work as client to access servicebus, we just need some extra actions to serve one crossdomain file on servicebus root and turn off acs authentication.
Here is an sample code demonstrated how to create a silverlight accessible servicebus service
http://1code.codeplex.com/releases/view/57459 download Azure samples, and see CSAzureServiceBusSLRest
Thanks,
Mog Liang- 답변으로 표시됨 Mog LiangModerator 2010년 12월 21일 화요일 오전 8:43
- 답변으로 표시 취소됨 _Vlad_ 2010년 12월 29일 수요일 오후 12:41
-
2010년 12월 15일 수요일 오후 12:29
Hi Mog,
do u mean "All-In-One Code Framework (Azure)" 4499K ?
Will have a look at it.
Thanks a lot!
Vlad
-
2010년 12월 28일 화요일 오후 3:53
Hello,
I am now trying to get this sample to work.
It requires an issuerSecret to be added to configuration.
However, I cannot find the issuerSecret on WindowsAzureAppFabric Preview Web Site.
Can anyone please tell me where to get it?
Your help is much appreciated!
Vlad
-
2010년 12월 29일 수요일 오전 10:13Okay. Found it. This is actually your "Current Management Key".
-
2010년 12월 29일 수요일 오후 12:41
OK. I actually got the sample to work.
The sample shows how a Silverlight App can consume an ESB-hosted web service.
My question is: is it possible for a Silverlight App to use the ESB without a web service?
Is there a Microsoft.ServiceBus.dll that can be used directly from Silverlight?
-
2010년 12월 31일 금요일 오전 1:11중재자
Hi,
# is it possible for a Silverlight App to use the ESB without a web service?
Do you mean establish a wcf service in silverlight ? No, we can not host service in silverlight. There is no Silverlight version of Microsoft.ServiceBus.dll either.
Thanks,
Mog Liang- 답변으로 표시됨 Allen Chen - MSFTModerator 2011년 1월 6일 목요일 오전 7:33
-
2011년 1월 10일 월요일 오후 1:53
Well, as it is not possible to use the Azure ESB, I have used http://kwwika.com/
It works well for me.

