Search code examples
springsmsjmsjmstemplate

How to send SMS in my application with Spring?


I wanna send SMS with JMS and Spring ,How can I do this ? Could you give me tutorial or sample ,may be?


Solution

  • 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 ActiveMQ can get you up and running quickly:

    MQ Tutorial 101