hi Shuaib, > I am exploring Jabber for using in our project, which consists of various > software modules on the server. These module need to communicate with each > other in an asynchronous fashion. > Has anyone tried to use jabber for above mentioned scenario. The site > generally covers information about instant messaging b/w chat clients. Is > it suitable for the job i mentioned. > If yes, then what can be the right starting point for accomplishing the > asynchronous messaging.
what exactly do you mean with asynchronous messaging? Could you give us more info about your software design? I think it will be no problem to use jabber/xmpp in your project. Your server could act like a jabber server and accept one client connection from each of your software modules. You could also use the component protocol (JEP-0114 [*]) Alex [*] http://www.jabber.org/jeps/jep-0114.html _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
