1

i am looking for an open source Solution for a company. For example we have a management Unit. and some Departments (for example 20). i am looking for a system that enable me to this : clients (Departments) can send Request as text message to Management Unit and Server can Answer them. abstract : an Open Source Offline messenger. is there any suggestions? thanks. UPDATE : a web base system that enable me to send and receive Messages between some computers in Lan network.

Shahin
  • 12,543
  • 39
  • 127
  • 205

2 Answers2

0

This is a good starting point to use message queue using ASP.NET:

http://www.15seconds.com/issue/031202.htm

ShahidAzim
  • 1,446
  • 1
  • 10
  • 15
0

One solution would be to use .NET to write messages to Jabber. Obviously, the consumers will need a Jabber client.

jabber-net

Thomas
  • 63,911
  • 12
  • 95
  • 141