Questions tagged [azure-appfabric]

Azure App-fabric are part of Microsoft Azure Middleware components. The appfabric consists of Access Control, Service Bus, Caching, Integration.

61 questions
3
votes
2 answers

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 emulators, can you use Windows Server AppFabric as a…
Brent Pabst
  • 1,156
  • 1
  • 15
  • 37
3
votes
1 answer

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 there are other ways to list all the messages inside…
Anže Vodovnik
  • 2,325
  • 16
  • 25
3
votes
3 answers

The element 'behavior' has invalid child 'transportClientEndpointBehavior' also basicHttpRelayBinding

I might get this error in Visual Studio when creating the WCF config file, since the VS editor doesn't know about that extension. I need to know where to place transportClientEndpointBehavior, any help ? thanks.
404Dreamer_ML
  • 890
  • 3
  • 14
  • 25
3
votes
1 answer

How to read all the items present in an Appfabric Cache:

I am trying to develop a tool (in Visual Studio 2010, C#) which can read all the items present in an Appfabric cache and store them in a Table. I don't have to use powershell. First I thought that If I can get all the regions present in the cache,…
apudxtr
  • 33
  • 1
  • 6
2
votes
1 answer

Technique for handling ServiceBus Topic subscribers running in Azure staging when using ReceiveMode.ReceiveAndDelete

We have a number of topics in the Azure SB and constantly update our environments through a VIP swap from staging to production. When an instance is running in staging we don't want the subscribers to read and delete messages intended to send events…
el_tone
  • 1,182
  • 8
  • 16
2
votes
2 answers

Using the Azure AppFabric Cache in ASP.NET MVC

I have configured the Azure AppFabric Cache as session provider in my ASP.NET MVC application. How do i store session data in Azure Cache? Is it the same was as with inProc session? Like by using ViewBag, TempData and stuff? Thanks.
IGIT
  • 185
  • 1
  • 10
2
votes
0 answers

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 see the services listed in appfabric at…
ozz
  • 5,098
  • 1
  • 50
  • 73
2
votes
1 answer

Set Azure AppFabric Access Control Service cookie expiration time

I'm using Azure's Access Control Service in an ASP.NET MVC 3 application. I can successfully login, read all the claim data I need etc. Everything works fine, except for one thing. After some time (less than an hour) the authentication cookies seem…
2
votes
2 answers

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 the queue in azure management console i clearly…
DOOMDUDEMX
  • 644
  • 1
  • 8
  • 24
2
votes
1 answer

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 question. Note: I'm also cross-posting this to the Azure…
Peter Lillevold
  • 33,668
  • 7
  • 97
  • 131
2
votes
1 answer

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 used has a trust chain that cannot be verified.…
Matej
  • 7,517
  • 2
  • 36
  • 45
2
votes
1 answer

AppFabric Topic Subscription

I am trying to assemble a simple AppFabric Topic whereby messages are sent and received using the SessionId. The code does not abort, but brokeredMessage is always null. Here is the code: // BTW, the topic already exists var messagingFactory =…
Mike W
  • 559
  • 8
  • 20
2
votes
1 answer

Azure AppFabric Access Control Service Log Off

I'm using Live Id and Google as IPs, but I don't know how to make the Log off button work.
Lean
  • 21
  • 2
2
votes
0 answers

azure service fabric web api's web address

I m new to service fabric .I have created a web api on Microsoft service fabric which works as expected in local environment . 1.where can i see the application config values for the web api ? 2.what would be the api's url ?
Ramveer Singh
  • 39
  • 1
  • 5
2
votes
1 answer

Local Cache and immutable objects - zero timeout

When using notification-based invalidation on Local Cache, the ttlValue time-out will still invalidate cache items and thus forcing a fetch from the cache cluster on the next request. For example, in the configuration below, items will time-out…
Dave New
  • 38,496
  • 59
  • 215
  • 394