Spring AMQP - Reference Documentation

Authors

Mark Pollack , Mark Fisher , Oleg Zhurakousky

1.0.0 M1

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.


Preface
I. Introduction
II. Reference
1. Using Spring AMQP
1.1. AMQP Abstractions
1.1.1. Message
1.1.2. Exchange
1.1.3. Queue
1.1.4. Binding
1.2. Connection and Resource Management
1.3. AmqpTemplate
1.4. Sending messages
1.5. Receiving messages
1.5.1. Synchronous Reception
1.5.2. Asynchronous Reception
1.6. Message Converters
1.6.1. SimpleMessageConverter
1.6.1.1. Converting From a Message
1.6.1.2. Converting To a Message
1.6.2. JsonMessageConverter
1.7. Configuring the broker
2. Erlang integration
2.1. Introduction
2.2. Communicating with Erlang processes
2.2.1. Executing RPC
2.2.2. ErlangConverter
3. Sample Applications
3.1. Introduction
3.2. Hello World
3.2.1. Synchronous Example
3.2.2. Asynchronous Example
3.3. Stock Trading
III. Other Resources
4. Further Reading
Bibliography