Categories
Search
My Tweets
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
Tag Archives: ActiveMQ
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