can we use jms for EDI formated message strign transfer between hosts.
843830Jun 28 2001 — edited Jul 24 2001hi all,
i am very new to JMS.
i am having an application in vb and from this i am generating a Message like EDI format and sending it to the server.
The Message structure will be like
HTL001+02+12/12/2001+4+4+...
So, i think this way the system will be very fast. comparring to http based communication.
ultimat thing is i want to transfer a string between server and client.
i am not using any ejb stuff here.
i am having a doubt on the server part.
one thing is that I can wright my own server in java and get the message and interpret them and update in the database. But it is a very much timeconsuming process.
i think if i can use JMS i can develop it fastly.
so, i wannt to know that can i use JMS for this.
and JMS enabled OPENJMS server for this.
thanks in advance.
-dina.