MessageQueue in c#

  • Thread starter Thread starter d_well
  • Start date Start date
D

d_well

Hi,

I use a MessageQueue in c#.
I send a message in the queue with the command Send, here there is no
problem. Then we I want to receive the message with the command
Receive I receive the error message
"Additional information: Invalid value 49.17:02:47.2960000 for
parameter timeout."
What is the problem.

Thanks for your answer.

Fabien
 
please provide a snippet around your sending code and a snippet around your
receiving code.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top