From: "Асет Орымбаев" Date: 2011-10-08T02:17:35+09:00 Subject: Re[2]: What messaging layer to choose? Hi Vicente, Thanks for response. Between client and server I suppose)) I'm newbie and don't have a whole concept. I mean I don't know about messages yet)) I can describe what I'm trying to do. This will online accounting service on a subscription basis (in my country). Where people can: create accounting documents (invoices, acts, etc.) tax reports (and send them), reports on stuff (tax and other reports. Also client should receive notifications about time when they have to send reports through e-mail (maybe also by sms). This is how I see it now. Thanks again, will be waiting your response! Sincerely, Asset 07 октября 2011, 20:53 от Vicente Bosch Campos : > > > On Oct 7, 2011, at 6:30 PM, Асет Орымбаев wrote: > > > Hi everybody! > > > > I need advice on choosing messaging layer for SaaS application building. > > I chose Ruby as a language, PostgreSQL as a database and OpenLaszlo as a client layer. > > And finally I should choose messaging layer. I found these layers mentioned on one article from Web: > > AMF$ RTMP, REST, SOAPWSDL, SOAPWSDL, UDDI, XML-RPC. > > Maybe some of you encountered such tasks before, help me, what messaging layer I should use? > > Thanks in advance! > > > > Sincerely, > > Asset > > Hi Asset, > > Messaging between what ? (other apps and you , between your servers, between client - server ) What kind of messages ? (contents and size) How many messages do you want to be able to serve ? > > Choosing the correct protocol ( which would also impact your architecture if not define) requires a lot of detail and must people will tell you that you should perform some prototypes on your own to see > what is best for your needs. In any case please provide more detail ( if there aren't any privacy issues ) and we can try to help you out :-) > > ( maybe its just me ) > > Regards, > Vicente