I am working in a java project with Tomcat4.1 as Server. We would like to connect to Mobile Service Provider to sedn and recieve SMS.
I think we can do it thru' JMS(Java Messaging Service). But as per the project requirement, we should not use other than Tomcat. So can anyone help to resolve this issue.
How can we include JMS in Tomcat? Or else Is there anyother alternate way to do this?