Click here to Skip to main content
15,885,366 members
Articles / Programming Languages / Java

Spring Integration with ActiveMQ for POJO Based Service

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
25 Aug 2010GPL33 min read 79.5K   1.1K   3  
How to use Spring Integration with ActiveMQ to handle message in pure POJO
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
	<soap:Header>
	  <operation>add</operation>
	</soap:Header>	
	<soap:Body>
		<data>
			<number1>25</number1>
			<number2>30</number2>
		</data>
	</soap:Body>
</soap:Envelope>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
India India
Specialization in Java/J2EE/JSF/Richfaces/Spring/Spring Integration
Area of interest: Refactoring with design patterns.
Currently working on Spring Integration and ActiveMQ.

Comments and Discussions