Questions tagged [msmqbinding]

12 questions
11
votes
2 answers

Alternative to HttpContext when using NInject with a WCF Service Hosted in WAS using MSMQ binding

I have a one way WCF service using the MSMQ Binding which is activated using Windows Activation Service in IIS 7.0. I'm a big fan on NInject so I've been using the NInject extension for WCF, which for a typical HTTP WCF service would work great.…
Ray Wits
  • 123
  • 1
  • 5
5
votes
2 answers

WCF over MSMQ binding. How do I detect when a message is moved to the poison queue?

I am running a WCF client that invokes a WCF service via an MsmqBinding. Framework is .Net 4.0, client and server runs on Windows Server 2008 R2. The channel queue is transactional. The service is hosted with these binding parameters: …
Casper Leon Nielsen
  • 2,528
  • 1
  • 28
  • 37
3
votes
1 answer

WCF MSMQ Unit testing

I have created a custom msmq service with WCF, which uses a custom binding as it needs to do some custom logic at the channel layer, where it calls another wcf service. The service is going to be a core pience of functionality for our systems for at…
Miker169
  • 244
  • 3
  • 16
2
votes
1 answer

MSMQ in a server farm

We are considering using MSMQ as a message processing service in our application. What we want is - MSMQ in a farm of servers sitting behind Network Load Balancer (NLB) that distributes load among the nodes. I have the following questions for which…
muruge
  • 4,083
  • 3
  • 38
  • 45
1
vote
1 answer

securing duplex WCF MSMQ

I'm building a system where several clients are connected to a central server by WCF using duplex MSMQ (updates are sent to the server, messages are periodically pushed out to several clients). How do I best secure this scenario? The nature of…
SteveCav
  • 6,649
  • 1
  • 50
  • 52
1
vote
1 answer

How To Get MSMQ over HTTP to work NOT on the 'Default Web Site'

It's in the title really.... I've got MSMQ receiving messages via HTTP on the DEFAULT web site. which is just assigned an IP Address. I need to be able to push messages into the queue with a specific url (that won't be blocked by proxy etc. in…
adudley
  • 902
  • 10
  • 24
1
vote
1 answer

WAS net.msmq service messages stuck in retry queue

We are hosting a net.msmq service in IIS7. The queue is transactional. Messages arrive in the queue and are picked up correctly by the service. If an exception occurs, message is put into the retry queue. The retry delay is set to 1 hour, however…
En.
  • 21
  • 3
1
vote
1 answer

wcf msmq binding in iis 6.0

Hosting env : Windows 2003 server IIS : 6.0 Dev env : Windows XP IIS : 5.1 Scenario: Client will be pushing some message into MSMQ and WCF service will be the one keeping an eye on MSMQ. Once the message is pulled from MSMQ WCF service will process…
Miral
  • 5,968
  • 16
  • 57
  • 85
0
votes
2 answers

Microsoft MQ Client binding in BizTalk Server causing handshake failure with SSL connection to IBM MQ

After successfully connecting to IBM MQ 9.1 with the IBM MQ Client with SSL, we're trying to setup the same configuration, but this time, with the Microsoft MQ Client binding. So this should be straight forward, once HIS 2016 is configured (CU2 is…
r3verse
  • 1,000
  • 8
  • 19
0
votes
1 answer

How to recover deleted system files in MSMQ

I Unfortunatly deleted the System Files of MSMQ under, C:\Windows\System32\msmq\storage\lqs now i unable to send and receive messages from Queue. How to recover the deleted files?
Vishnu
  • 1,029
  • 4
  • 14
  • 24
0
votes
1 answer

netmsmqbinding with silverlight connections limit

I have develop a silverlight chat application. my question is (a) can netmsmqbinding support unlimited connections of wcf service. because first im use pollingduplex binding but it support only 10 connection on iis6 also on server edition.im…
Amrit
0
votes
2 answers

Why WCF doesn't automatically affect the To header on outgoing message with the ReplyTo of the incoming message?

I have a service which send a message with the ReplyTo header set to a return address. I thought that : OperationContext.Current.GetCallbackChannel().RespondHello("tomi"); will automatically invoke my client, but I receive this…
Nicolas Dorier
  • 7,383
  • 11
  • 58
  • 71