Category — tutorials
JMS Patterns With ActiveMQ
While this tutorial covers some JMS Patterns, these are by no means all of the possible patterns with Messaging. Here is a link to one of the best books on enterprise integration and patterns.
November 6, 2009 No Comments
JMS with ActiveMQ
Complete tutorial can be found here
Now that we know basics of ActiveMQ, it better to know JMS too. There are a lot of resources on web for learning JMS, the best one being the sun’s JMS tutorial that ships along the J2EE tutorial. So, I wont put too many details in this JMS sample code. The code is self explanatory, and is given just to continue upon the prev post on ActiveMQ. I will be using the JNDI properties file explained in the prev post for publishing and consuming messages.
June 28, 2008 No Comments
ActiveMQ with Spring Tutorial
![]()
http://blog.springsource.com/2006/08/11/message-driven-pojos/
October 28, 2006 No Comments