AIL PROTECTED]
> Date: Thu, 27 Jul 2006 13:01:51 -0400> From: [EMAIL PROTECTED]> Subject: Re:
> [ADVANCED-DOTNET] MSMQ Return Messages> To:
> ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> > When you send the message, you set up
> the response queue and later on the> sender s
Thanks Eddie. I havent worked much on response related queues, so it was a new
bit to me.
=
"You must never be satisfied with success, and you should never be discouraged
by failure. Failure can be sad, but the greatest sadness is not to try and
fail, but to fail to try. In the end, what ma
f advanced .NET topics.
[mailto:[EMAIL PROTECTED] Behalf Of ravi teja
veerla
Sent: Thursday, July 27, 2006 1:06 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] MSMQ Return Messages
If you are looking for matching a response to a request, im really not sure
if you can do it wi
If you are looking for matching a response to a request, im really not sure if
you can do it without designing the sender of the request to send a unique id
per message and, making the sender of the response to send it back in the
response. Experts, please correct me if im wrong.
Thanks,
Ra
s.
[mailto:[EMAIL PROTECTED] Behalf Of Paul Cowan
Sent: Thursday, July 27, 2006 12:52 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: [ADVANCED-DOTNET] MSMQ Return Messages
Hi,
I am writing a component that interacts with MSMQ. The problem with this
application is that we send messages and receiv
Hi,
I am writing a component that interacts with MSMQ. The problem with this
application is that we send messages and receive messages via MSMQ, that is the
message will have a response. I want to do this asynchronously. I know I can
marry up messages using the CorrelationId but am really