Categories
Search
My Tweets
- @misterlosso I have accepted a position already. 1 week ago
- Spring in Action 4th Ed, Spring in Practice & Spring Integration in Action 50% today use code dotd0508cc http://t.co/kjcQ15rDM4 1 week ago
- @bytor99999 No, the site is redirected, pom file gend as artifactory page, causing mvn builds to fail. 1 week ago
- Spring Dep Mgmt Repo - use http://t.co/xFJVnMHTpO | milestone | snapshot. If using http://t.co/Ns8nUF8cqV, you'll get repo... 2 weeks ago
- Accepted Integration Architect position with Cigna. Can't wait to get started. 2 weeks ago
Tag Archives: messaging
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 Beans as XML with JmsTemplate
Introduction We often want to send XML via web services. We may already have the schema or annotated JAXB2 classes configured in our application. What if we want to send the same format via JMS? By default Spring JMS is … Continue reading
Posted in ActiveMQ, Jakarta Commons Logging, Java Util Logging, JMS, JUnit, Log4J, LogBack, Logging, Maven, SLF4J, Spring, Spring Framework, Testing
Tagged ActiveMQ, Development, Eclipse, IntelliJ, Java, JAXB2, JMS, Logback, Marshaling, maven, messaging, OXM, Spring, SpringSource, STS, XML
11 Comments
Why Attend Enterprise Integration with Spring 3 Course?
Are you a Spring Developer? There are a lot of Spring developers out there, many have learned by experimenting, reading documentation and maybe code dives into an existing application or two. So, now you can put Spring Developer on your … Continue reading
Posted in ActiveMQ, Annotations, AOP, Chariot Solutions, Eclipse, Java, JMS, JUnit, LogBack, Logging, Maven, REST, Roo, SLF4J, SOAP, SpEL, Spring, Spring AOP, Spring Batch, Spring Data, Spring Framework, Spring Insight, Spring Integration, Spring MVC, Spring Roo, Spring Security, STS, tcServer, Testing, Tomcat, Training, Web Services
Tagged 2PC, ActiveMQ, Distributed, EIP, Enterprise Integration Patterns, Java, JDBC, JMS, JTA, junit, messaging, Mocking, Mockito, Remoting, REST, RESTful, RMI, roo, SOAP, Spring, Spring Batch, Spring Roo, Spring Security, Testing, Transactions, Web Services, XA
3 Comments
Adding JMS in Spring Roo
Last week I was making a quick Spring JMS demo for my Enterprise Integration with Spring 3 course and thought WWRD (what would Roo do)? Configuring JMS: roo> jms setup –provider ACTIVEMQ_IN_MEMORY –destination gordon.queue.stuff Roo creates a new configuration file: … Continue reading
Posted in ActiveMQ, JMS, Roo, Spring Framework, Spring Roo
Tagged ActiveMQ, Integration, JMS, messaging, Spring, Spring Roo
2 Comments
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