Anybody used these yet?
I currently have a vb2003 class that handles all of my FTP actions
(writing files to server). My boss says I should now use the FTP
framework classes. Just wanted to check for issues before I do so.
===
This list is hosted by DevelopMentor
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
Yes Ravi,
This is the technique used to fill in the CorrelationId in the response
message. As Paul mentioned that he knew how to "marry up messages using the
CorrelationId", I don't think that this was his problem.
Regards,
Eddie
-Original Message-
From: Discussion of advanced .NET topic
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
When you send the message, you set up the response queue and later on the
sender side can try to receive the response asynchronously. I am not sure
what your problem is. From what I understand, it could be one of the
following:
- you don't know how to get responses back. If this is your problem, y
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
This guy might be able to direct you to some. 10 years in Microsoft's MSMQ
development team.
Yoel Arnon
http://msmq.spaces.msn.com/
-Original Message-
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Eddie Lascu
Sent: Thursday, July 27, 2006 11:23
To: ADVA
Hello Experts,
Does anyone here know where to find a good resource on how to set up Message
Queue Network? I am struggling with setting up sites and routing links and
my sys admins are not able to help me much on that.
Any help will be much appreciated.
Regards,
Eddie
==