[jdev] Re: Asynchronous messaging between software components
Alexander Gnauck
gnauck at ag-software.de
Mon May 30 04:38:11 CDT 2005
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
More information about the JDev
mailing list