There are some basic operations when developing with ActiveMQ: Browse all Queue (Queues List) Browse all messages in a Queue (Message List) Check detailed information of any message Create a Message manually from web Delete a specified message in a Queue Delete all messages of a Queue...
Tuesday, October 14, 2014
Spring JMS with ActiveMQ - hello world example - receive message using message listener adapter
This tutorial will demo how to receive message by using Spring JMS and ActiveMQ. This tutorial uses Spring JMS's MessageListenerAdapter. Compare to receiving message using MessageListener interface, there are 2 advantages you can get: Use any POJO class as real message listener, no need to implements...
Friday, October 10, 2014
Spring JMS with ActiveMQ - hello world example - receive message using direct message listener
This tutorial will demo how to receive message by using Spring JMS and ActiveMQ. This tutorial uses class directly implements Spring JMS's MessageListener or SessionAwareMessageListener interface. There are other ways to receive message from ActiveMQ broker using Spring JMS, examples are provided...
Tuesday, October 7, 2014
Spring JMS with ActiveMQ – hello world example – send message
Before we start, let make some concepts clear . What’s the role for each part of the JMS/Spring JMS/ActiveMQ combination.What’s JMS ? In short, JMS is a set of APIs defined in JSR. In practical you can think it’s a set of Java Interfaces. JMS is part of the JEE standard coming with JDK in package...
Subscribe to:
Posts (Atom)
Powered by Blogger.
About The Author

View my complete profile