Re: Need advise on concept ???
- From: "Bryan Phillips" <bphillips@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 14 Mar 2007 01:47:17 +0000
MSMQ would work, but you could also use web services since they also support asynchronous calls.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
"calderara" <calderara@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:C4B0A39B-1FB3-4981-9380-A2070131972E@xxxxxxxxxxxxx:
Dear all,
I have different .NET libraries which should answer and execute proper
operation based on external application message. Each assembly should listen
from its own messages.
Messages are coming from an external application and my own assenblies
should answer to those incomimg messages.
For that I was thinking to build a service that I could named "Message
dispatcher". That service will listen to incoming message and then send it to
proper assembly for processing.
Note that message will be asynchrone and as a first step all assemblies will
be on the same machine.
For message handling I was thinking first to use this Message queue from
COM+ component but I have no experience at all on those messaging process.
My questions are:
1 - Does the message dispatcher as a service is a good approach ?
2 - Does MS Queue under COM + is a good approach ? is it har to set up
Thnaks for all
regards
serge
.
- Follow-Ups:
- Re: Need advise on concept ???
- From: calderara
- Re: Need advise on concept ???
- Prev by Date: Modify transaction timeout programmatically or during register
- Next by Date: Re: Need advise on concept ???
- Previous by thread: Modify transaction timeout programmatically or during register
- Next by thread: Re: Need advise on concept ???
- Index(es):
Loading