Questions tagged [durable-services]

6 questions
2
votes
2 answers

Can I use WCF wsHttpContextBinding with WSIT (Metro) clients?

I am working on a WCF - WSIT (Metro) integration project and I would like to allow Java clients to connect to Durable Services. Durable Services http://msdn.microsoft.com/en-us/library/bb410767(v=vs.90).aspx Durable services require…
Jeno Laszlo
  • 2,023
  • 18
  • 36
2
votes
0 answers

WCF Durable Service with callback, can't get context

I created a service with callback. This is working fine. Now I'd like to make this service durable. My problem is to get the context and load it again later. I call the service like this: class UserManagementProxy : IUserManagementCallback,…
1
vote
1 answer

JMS: When a durable mssage is removed from topic

I'm using ActiveMQ JMS implementation with Spring, and just switched from queue model to topic model, because my JMS clients increased from one to many. Topic subscribers should be durable, because clients may become unavailable in some…
Mohsen
  • 3,512
  • 3
  • 38
  • 66
1
vote
1 answer

WCF persistent vars?

I want to be able to save variables between calls to my WCF service for various reasons. I have the following, which works, but I read that using "Single" is a really bad idea. This is really a prototype and nothing critical, but it does have…
user736893
0
votes
1 answer

Add data persistence to WCF Service

I'm in charge of a WCF service. Our client has requested an override feature: If a call is resubmitted, allow the operation to proceed despite warnings. I need a way to persist data from recent calls so I can detect a resubmission. I thought making…
ricksmt
  • 888
  • 2
  • 13
  • 34
0
votes
2 answers

Using Durable Services for saving wcf instances

I am currently creating a service which connects to a DAL and that can run a few stored procedures, one of the issues I am facing is that for certain times of the month, we can't update the database, (at the moment this is done manually. This is…
Miker169
  • 244
  • 3
  • 16