Tagged Questions
1
vote
1answer
34 views
NetMessagingBinding polling interval and concurrecy
I'm implementing Service Bus client to receive queue messages and need to estimate monthly charges for the usage.
Based on what I read I can control polling directly by using QueueClient
or I can ...
0
votes
1answer
167 views
Service Bus 1.0 Can't Create Queue or Topic
I've installed Service Bus for Windows Server on Server 2012. I'm trying to use the "Service Bus Explorer" management GUI to manage queues/topics.
I'm connecting to my service namespace by using the ...
0
votes
0answers
45 views
AppFrabric Cache is cleared but acting like its not
So, I have an interesting problem. We are using AppFabric and caching a bunch of data off to it. Have some aspects that will store into cache and a method to clear the cache of specific keys when ...
0
votes
2answers
205 views
Windows Azure App Fabric: Configuration binding extension 'system.serviceModel/bindings/netTcpRelayBinding' could not be found
I am currently dipping my toes into developing .net applications for/on windows Azure. I have followed some tutorials to set up a relay for a local service to be hosted on Azure. This seems to be ...
2
votes
0answers
116 views
Setting up NHibernate Velocity Cache on Azure
I am attempting to set up 2nd level caching for NHibernate 3.2 with Windows Azure Caching. So far, using https://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/, I have setup Azure ...
0
votes
3answers
437 views
Caching framework for ASP.NET MVC / Azure
I am building an ASP.NET MVC application, which may be hosted in Azure. Multiple instances of the application may be running in Azure. We may or may not use Azure AppFabric Caching.
How do we ...
1
vote
2answers
133 views
Send Message Over Port 80 Using Azure Service Bus
It seems like the solution to my problem should be easier than it is, which makes me think I'm missing the obvious. I'm trying to test and ensure that a remote client machine can send/receive ...
1
vote
2answers
126 views
How to deploy custom DataCacheStoreProvider for write-through and read-behind on Azure
Is it possible to deploy custom DataCacheStoreProviders on Azure? I'm currently trying to deploy and test one locally, but I'm not sure how to go about this because the documentation doesn't cover my ...
2
votes
5answers
277 views
Detect and Delete Orphaned Queues, Topics, or Subscriptions on Azure Service Bus
If there are no longer any publishers or subscribers reading nor writing to a Queue, Topic, or Subscription, because of crashes or other abnormal terminations (instance restart, etc.), is that ...
1
vote
1answer
563 views
Who is faster? AppFabric Cache or Memcached?
We use the MS AppFabric Cache to store the central session. But we want to know how fast this store? Realties who used to do the virtual machine and Memcached on this machine?
thanks a lot!
2
votes
2answers
362 views
Caching Entity Framework results in Azure AppFabric
I'm trying to figure out how to cache EF query results in an Azure AppFabric cache. Currently I'm using the LoreSoft EntityFramework extensions to deal with the caching (http://bit.ly/LWSywm). It ...
0
votes
1answer
80 views
Unable to reach watchdog.servicebus.appfabriclabs.com
I'm deploying a few Azure services to the Cloud and they fail with the following error, "Unable to reach watchdog.servicebus.appfabriclabs.com" when tryng to connect to the ServiceBus.
When I ping ...
1
vote
1answer
188 views
Windows Server AppFabric Custom Configuration Provider Issues
UPDATE
Here is the link to the custom provider code - http://www.gurpreetsohal.com/configurationprovider.zip
I have managed to use reflector to step further into the Microsoft AppFabric dlls and I ...
0
votes
1answer
211 views
NoSQL and AppFabric with Azure
I have an ASP.net application that I'm moving to Azure. In the application, there's a query that joins 9 tables to produce a user record. Each record is then serialized in json and sent back and forth ...
0
votes
1answer
228 views
Windows Azure Cache Perverting Value
I've setup my Windows Azure project to use my App Fabric Cache. However when I initialize (Put) a value into the cache and read it back it is either null or 0 in some cases. Why is this?
I am ...
0
votes
3answers
129 views
Delaying writes to SQL Server
I am working on an app, and need to keep track of how any views a page has. Almost like how SO does it. It is a value used to determine how popular a given page is.
I am concerned that writing to the ...
1
vote
1answer
552 views
Integrate with LDAP in Azure
Our application store some user information(username, password) in LDAP, and because we cannot change the authenticate code, so we would like to setup a LDAP server in Azure, but I do not see Azure ...
0
votes
1answer
1k views
Exposing local WCF service through Azure Appfabric Relay Service
I've been following the Pluralsight demo from this new course, in the section "Demo: Configure an Existing Service to use the Relay Service".
All is well until I come to the point where I expect to ...
4
votes
1answer
1k views
Azure AppFabric vs. Server AppFabric - today
Via Google, I found another question on stackoverflow regarding the differences and similarities between Azure AppFabric and Windows Server AppFabric. It was mentioned that both versions of AppFabric ...
2
votes
2answers
160 views
Sessionless ASP.NET on Azure
We have a webform app that is ready for production. We found that SQL and Azure training kit's session state providers are not recommended for production code on Azure. We had no luck with ...
0
votes
2answers
821 views
Message.GetBody(); Serialization Loop
I have a problem with serializing a message from Windows Azure ServiceBus.
When i Call the "message.GetBody();" method it ends up in some kind of loop which makes my azure-emulator allocate all ...
0
votes
2answers
521 views
Azure ServiceBus returns null on Client.Receive()
I have a problem with receiving messages from a queue i have set up in azure.
I have done this successfully using the same code before but now i just get null when i try to fetch messages.
When i view ...
0
votes
1answer
29 views
Migrating ACS from AppFabricLabs to production?
I was using the Access Control Service for authentication AppFabric Labs but I've received an e-mail that it will be discontinued and I need to create a production account. I've done so but I can't ...
2
votes
1answer
172 views
Install Windows Server AppFabric Cache on multiple instances of Azure Web / Worker Roles
Is there any way I can install the Windows Server AppFabric Cache (not the Azure version mind you) to Azure Web Roles / Worker Roles such that I can make use of the free memory I get on these instead ...
0
votes
2answers
291 views
Java client for AppFabric Cache?
Is there any java library available to use Windows Azure AppFabric Caching features?
I want to put some string in the AppFabric cache from a java application and retrieve it from a .Net application ...
3
votes
1answer
407 views
Azure appfabric service bus load balancing + session affinity (sticky session)
I was searching through Internet, and what I've found is just it is not possible on Azure external/internal endpoint...
How does Windows Azure perform load balancing?
But what I am looking for is, ...
0
votes
1answer
213 views
How to share a static instance of DataCacheFactory in a whole Web Role for using in multiple websites and so creating only one connection to cache?
I have 15 websites on a webrole, they all use the same azure cache.
I only need the 128 MB cache, so it allows me only 10 connections.
Basically if I instance one connection in each website on ...
1
vote
2answers
537 views
Can I access Azure AppFabric Cache from development emulator?
I am getting below exception when I access Azure cache from my dev azure application.
ErrorCode:SubStatus:There is a temporary failure.
Please retry later. (One or more specified cache servers ...
1
vote
1answer
31 views
Invalid .afpkg file - how to find more info?
I have a simple Azure AppFabric (June CTP) project which just has one WCF service. It compiles and all seems OK - until I try to run it in the emulator, when I get this error message:
[Error]: ...
2
votes
1answer
664 views
How to clear whole Windows Azure Appfabric Cache on WebRole start?
I'm trying to do what might be a simple thing, but i just can't find the answer.
I know how to delete cache on the application level (for a website).
But i need to CLEAR ALL THE CACHE of my azure ...
0
votes
1answer
194 views
azure appfabric cache write behind functionality
i tried to find some information on this but could not find any answer.
does azure app-fabric cache supports read-through and write behind?
thanks
almir
0
votes
1answer
139 views
Send a list of objects over Azure service bus
I'm trying to send a list of objects over the Azure service bus, and want to check this is the correct way to do it. Intially I tried sending:
IEnumerable<Product>
The Listener endpoint had ...
0
votes
0answers
321 views
When using Azure AppFabric Cache as a Session State Provider what causes a transaction
I have AppFabric Cache configured as the Session State Provider for an ASP.NET MVC application. Not all pages access session state (in fact only a few ajax requests do, the main pages commonly ...
1
vote
1answer
469 views
Estimating simultaneous Azure Appfabric Cache Connections
I'm doing some planning for crisis situations (last time we went from 4k visitors a day to 1.3M) and I notice that the lower end of the Azure AppFabric cache has some pretty low simultaneous ...
3
votes
3answers
1k views
Best Practices: Using Session in Windows Azure with multiple instances
Can anyone tell me that if I use Session(inside an ASP.NET MVC 3 application) in Windows Azure environment with multiple instances(means multiple virtual machines), then it work without any ...
1
vote
0answers
231 views
Azure AppfabricSDK 1.5 WebHttpSample not working with Proxy
by running the Sample "WebHttpSample" from AppfabricSDK 1.5 samples with Proxy (in my Company) I get the following exception:
The token provider was unable to provide a security token while accessing ...
2
votes
1answer
128 views
Azure DataCache MaxConnectionToServer
I am using the AppFabricCacheSessionStoreProvider and occasionally get the error
ErrorCode:SubStatus:There is a temporary failure. Please retry later.
(The request failed, because you exceeded ...
7
votes
1answer
328 views
Windows Azure Access Control & WPF?
Anyone has worked with Windows Azure Access Control & WPF Client? I like authentication of Zune Client with Live ID.
I need authenticate with Windows Live ID in my WPF app.
I have a Website that ...
2
votes
1answer
475 views
Does Azure AppFabric Output Caching Support Read-Throughs or Programmatic Invalidation?
I'm wondering if what's described in (1) is supported by the output caching providers that currently ship in the Azure AppFabric SDK:
Normally when a get request fails the client is responsible ...
3
votes
2answers
3k views
OAuth 2.0 Identity Providers in Windows Azure AppFabric Access Control Service (ACS)
OAuth 2.0 delegation is included within the Azure AppFabric Access Control Service:
http://blogs.objectsharp.com/cs/blogs/steve/archive/2011/04/11/windows-azure-access-control-services-v2-rtw.aspx
...
1
vote
2answers
361 views
App Fabric Cache Monitor
With the App Fabric Cache there are limits to the number of transactions per hour. Is there any way to monitor this? Firstly for testing, to find out how much cache we will need, and primarily so we ...
0
votes
1answer
55 views
Can I use the same dev database for Azure AppFabric Workflows, as well as “regular” WF4.0 workflows?
I'm exploring the .NET 4.0 Update 1 features and installed the Azure Appfabric SDK and also Workflow Foundation Samples.
I'm mostly interested in testing the new State Machine, correlation, ...
2
votes
1answer
421 views
MyOpenID in ACS: adding required claim types
This question is a continuation from How to pass required claims to OpenID identity provider with Azure ACS?
Its a slightly different take on the problem though, thus I'm posting this as a new ...
3
votes
2answers
1k views
Azure AppFabric Caching development locally
OK,
My question is pretty simple, I am developing an application to deploy on Azure but I don't want to have to pay for any Azure services while developing. There is the local compute and storage ...
24
votes
1answer
437 views
How to pass required claims to OpenID identity provider with Azure ACS?
When looking at the request urls that Azure ACS generates I can see that ACS includes email, fullname, firstname and lastname as required claims. Further, the fullname attribute is mapped to the ...
0
votes
1answer
262 views
'Add Service Reference' not working with Azure AppFabric ServiceBus June 2011 CTP
I have a computer with no AppFabric sdks installed (neither V1 or V2 CTP). I added a reference to the Microsoft.ServiceBus dll (June 2011 CTP version). When I try to add a Service Reference to Azure ...
0
votes
1answer
164 views
How do you organize and maintain cache keys and flush them?
Our system uses AppFabric Caching on Azure and we have multiple kinds of apps and roles that are sharing the same cached values. I'm looking for some recommendations on how to organize all the keys ...
2
votes
3answers
580 views
Azure Appfabric Caching + WCF Webservices
I have a series of WCF Web services hosted in Windows Azure and I am trying to implement appfabric caching.
I am struggling with stateless nature of web services and the need to avoid the expensive ...
2
votes
1answer
1k views
X.509 Chain Building Failed when connecting to the AppFabric
Writing a test application for my AppFabric-based library, I started getting a strange exception.
The X.509 certificate CN=servicebus.appfabriclabs.com chain building failed. The certificate that was ...
3
votes
1answer
355 views
AppFabric and DeadLetter Messages
The BrokeredMessage class has a method, called DeadLetter() which sends them to the Dead-letter message queue. One way to retrieve them at a later time is via their Receipt, but I was wondering if ...
