Click here to Skip to main content
15,887,468 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralWindows CE Pin
zagzagzag27-Dec-04 1:55
zagzagzag27-Dec-04 1:55 
GeneralRe: Windows CE Pin
Robert Rohde28-Dec-04 23:39
Robert Rohde28-Dec-04 23:39 
GeneralRe: Windows CE Pin
zagzagzag1-Jan-05 11:51
zagzagzag1-Jan-05 11:51 
GeneralSome doubts in exposing .NET component to a COM client Pin
harishcom26-Dec-04 17:13
harishcom26-Dec-04 17:13 
QuestionWhere can I get the Microsoft Windows .NET DDK? Pin
momer25-Dec-04 20:04
momer25-Dec-04 20:04 
GeneralRunning process in background Pin
mmsspp22-Dec-04 23:02
mmsspp22-Dec-04 23:02 
GeneralRe: Running process in background Pin
T Manjaly6-Jan-05 13:37
T Manjaly6-Jan-05 13:37 
GeneralMSMQ in .NET - Design question Pin
Anonymous22-Dec-04 11:48
Anonymous22-Dec-04 11:48 
I am a MSMQ novice, start reading about it a couple of weeks back and got a little confused on what is the best way of using it in my scenario, looking for suggestions.

I have a server application that send/recieve messages from/to different client applications. Each client has a certain type. During the provisioning phase server gets the knowledge of what type of message will be routed to what type of clients. For example message type A coming from client of type B will need to be routed to clients of type C whereas type D message will have to be routed to clients of type E. Currently this messaging is done via a common database but for the next Gen solution we are considering to take advantage of Microsoft messaging APIs. Here is what I have in mind and related questions.

The server application will have two queues, one for incoming messages and other for outgoing message. Clients can just send their messages on the incoming queue. Server processes the message coming in incoming queue and publishes them on the outgoing queue. The clients will keep polling for the outgoing queue on the server looking for any messages of their interest (polling is probably not a very good idea though). If they find a message appropriate for them, they will process it and do whatever needed. In this scenario seems to me that we will not have to have MSMQ component installed on the client machines (which might be useful for some of my needs). Client apps can access the queues and send/receive messages via System.Messaging API. In some cases these client app will be running on laptops that may not have connectivity all the time. So for these scenarios seems to me that may be I should consider MSMQ independent client that does require to have MSMQ installed on the client machine. But I am little confused how does this mode works. Will client applications be sending/receiving message to the local queue? If this is the case then how does the transfer of messages between local queue and queue on the server works? Will I have to write another application to do this?

Thanks in advance for you guys help.

GeneralPassing a .NET function pointer to COM component Pin
jimhammy22-Dec-04 4:58
jimhammy22-Dec-04 4:58 
Generalinjecting a DLL to aspnet process Pin
impeham22-Dec-04 4:31
impeham22-Dec-04 4:31 
GeneralPlugins for IE using .NET Pin
Raghu B. Gowda21-Dec-04 19:27
Raghu B. Gowda21-Dec-04 19:27 
GeneralIs it possible to open IE/Netscape browsers in Hidden Mode ... Pin
new_phoenix21-Dec-04 11:02
new_phoenix21-Dec-04 11:02 
GeneralReceiving Data Socket Client Pin
TVILLE20-Dec-04 3:03
sussTVILLE20-Dec-04 3:03 
Generalvisual studio 2005 beta / visual studio.net 2003 Pin
Aviv Halperin19-Dec-04 20:38
Aviv Halperin19-Dec-04 20:38 
GeneralRe: visual studio 2005 beta / visual studio.net 2003 Pin
zagzagzag27-Dec-04 2:46
zagzagzag27-Dec-04 2:46 
GeneralRe: visual studio 2005 beta / visual studio.net 2003 Pin
Aviv Halperin27-Dec-04 5:18
Aviv Halperin27-Dec-04 5:18 
GeneralRe: visual studio 2005 beta / visual studio.net 2003 Pin
benjymous5-Jan-05 5:57
benjymous5-Jan-05 5:57 
GeneralBasics of .Net Pin
Neelesh K J Jain19-Dec-04 18:13
Neelesh K J Jain19-Dec-04 18:13 
GeneralRe: Basics of .Net Pin
DavidNohejl22-Dec-04 6:51
DavidNohejl22-Dec-04 6:51 
GeneralRe: Basics of .Net Pin
Peter Weyzen23-Dec-04 8:49
Peter Weyzen23-Dec-04 8:49 
GeneralRe: Basics of .Net Pin
DavidNohejl23-Dec-04 9:10
DavidNohejl23-Dec-04 9:10 
GeneralRe: Basics of .Net Pin
DavidNohejl23-Dec-04 9:11
DavidNohejl23-Dec-04 9:11 
GeneralArabic support in PDA SQLCE Pin
Isaac_cm19-Dec-04 0:28
Isaac_cm19-Dec-04 0:28 
GeneralDouble.NaN & Double.PositiveInfinity Pin
Anonymous17-Dec-04 1:55
Anonymous17-Dec-04 1:55 
GeneralRe: Double.NaN & Double.PositiveInfinity Pin
Richard Deeming17-Dec-04 7:00
mveRichard Deeming17-Dec-04 7:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.