Hi,can any one please post me the basic configuration in spring to work with RabbitMQ with SMTP protocol,
I need a basic example on these combination urgently.
Thanks in advance..
Hi,can any one please post me the basic configuration in spring to work with RabbitMQ with SMTP protocol,
I need a basic example on these combination urgently.
Thanks in advance..
You can accomplish this with MAIL and AMQP support within Spring Integration
Look at some of the relevant samples:
https://github.com/SpringSource/spri...ter/basic/amqp
https://github.com/SpringSource/spri...ter/basic/mail
Oleg Zhurakousky
Spring Integration team
http://twitter.com/z_oleg
http://blog.springsource.com/author/ozhurakousky/
Thanks for the useful information.