I wanna send SMS with JMS and Spring ,How can I do this ? Could you give me tutorial or sample ,may be?
feedback
|
|
First of all read this. It is important that you first under stand the beans that are required and there roles. If your searching for samples you need to find out what JMS technology your going to be using: Tibco, MQ etc. If this a test your going to run locally then AcgtiveMQ can get you up and running quickly: | |||||
feedback
|
|
Before starting JMS and Spring you should probably check if it would work out at all. Unless you have a JMS-to-SMS gateway programming won't help at all. First you have to find a reseller or provider for your SMS service. Afterwards check what APIs they provide. If they happen to provide a JMS gateway start reading the Spring JMS manual. You would probably need some JMSs provider as well. Check MQ or some smaller implementation like ActiveMQ. | ||||
|
feedback
|