Categories
Search
My Tweets
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
Tag Archives: Spring Integration
Don’t Use JmsTemplate in Spring!
Stop Using JmsTemplate! JmsTemplate is easy for simple message sending. What if we want to add headers, intercept or transform the message? Then we have to write more code. So, how do we solve this common task with more configurability … Continue reading
Posted in ActiveMQ, JMS, Spring, Spring Framework, Spring Integration
Tagged ActiveMQ, EAI, EIP, JMS, JmsTemplate, messaging, Spring, Spring Integration, Training
Leave a comment
Sending outbound SMTP messages through Gmail with Spring Integration
Introduction Recently, a former colleague, Rod Biresch, posted a blog “Sending outbound SMTP messages through Gmail with Mule ESB“. Since, I teach the Enterprise Integration with Spring course and want to demonstrate how to use Spring Integration to solve the … Continue reading
Posted in Java Mail, Maven, Spring, Spring Framework, Spring Integration, Spring Roo
Tagged EIP, Enterprise Integration Patterns, Java, JavaMail, JMS, maven, messaging, SMTP, Spring, Spring Integration
3 Comments