Hi
Thank you for reading my post.
Is there any JMS implementation that can be embed into web application ?
I mean all of its component becom into web application , i have no acceess to change the server
tomcat server.xml and i have no right to run a jms server on the server.
indeed
I should write an application which should handle 20-30 Tra / second .
as i fear that my database (embeded derby) or the Host server can not handle this rate , i want to embed
a jms into my web application , pass some of sql statement as a message to a queu in jms and then fetch and execute them one-by one or in a batch mode.Each trans Action has 2 insert and 2 update statement , total number of database table will not pass 20 .
thank you