or
Sign in to turn on 1-Click ordering.
Trade in Yours
For a £2.35 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

ActiveMQ in Action [Paperback]

Bruce Snyder , Dejan Bosanac , Rob Davies
5.0 out of 5 stars  See all reviews (1 customer review)
RRP: £31.99
Price: £28.15 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.84 (12%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 3 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Trade In this Item for up to £2.35
Trade in ActiveMQ in Action for an Amazon.co.uk gift card of up to £2.35, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Learn more

Book Description

4 April 2011 1933988940 978-1933988948 1

Applications in enterprises need to communicate, most commonly done by messaging. Apache ActiveMQ is an open-source implementation of the Java Message Service (JMS), which provides messaging in Java applications.

ActiveMQ in Action is a thorough, practical guide to implementing message-oriented systems using ActiveMQ and Java. Co-authored by one of the leading ActiveMQ developers, Bruce Snyder, the book starts with the anatomy of a core Java message, then moves quickly through fundamentals including data persistence, authentication and authorization. Later chapters cover advanced features such as configuration and performance tuning, illustrating each concept with a running real-world stock portfolio application.

Readers will learn to integrate ActiveMQ with Apache Geronimo and JBoss, and tie into both Java and non-Java technologies including AJAX, .NET, C++, Ruby, and the Spring framework.

Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.


Frequently Bought Together

ActiveMQ in Action + Camel in Action + Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (Addison-Wesley Signature)
Price For All Three: £93.89

Buy the selected items together


Product details

  • Paperback: 375 pages
  • Publisher: Manning Publications; 1 edition (4 April 2011)
  • Language: English
  • ISBN-10: 1933988940
  • ISBN-13: 978-1933988948
  • Product Dimensions: 18.9 x 2.2 x 23.3 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 47,281 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, and more.

Product Description

About the Author

Bruce Snyder

is a veteran of enterprise software development and a recognized

leader in open source software. Bruce has experience in a wide range of technologies

including Java EE, Enterprise Messaging and Service Oriented Integration. In

addition to his role as a software consultant, Bruce is also an Apache Member, a

co-founder of Apache Geronimo and a developer for Apache ActiveMQ, Camel,

and ServiceMix. Bruce serves as a member of various JCP expert groups and is a

recognized international speaker at industry conferences. Bruce lives in beautiful

Boulder, Colorado with his family. Previously he co-wrote Beginning Spring

Framework 2 and Professional Apache Geronimo, both for Wrox Press.

Dejan Bosanac is a software developer, technology consultant and author with

deep expertise in integration and interoperability of Java and web technologies.

Dejan spent a number of years in development of complex software projects, ranging

from highly-trafficked web sites through enterprise applications. Previously he

wrote Scripting in Java for Addison-Wesley.

Rob Davies has over 20 years experience of developing high performance distributed

enterprise systems and products for telcos and finance. He is a founder of the

Apache ActiveMQ, Apache ServiceMix, and Apache Camel projects. Currently

Director of Open Source Development at IONA, Rob was also a founder and

CTO of SpiritSoft and founder and VP Product Development at LogicBlaze.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
5.0 out of 5 stars
5.0 out of 5 stars
Most Helpful Customer Reviews
5.0 out of 5 stars Very practical and readable 17 Dec 2012
Format:Paperback|Amazon Verified Purchase
I recommend this book to everyone who considers employing ActiveMQ as a messaging platform. The book covers messaging as such, JMS, setting up and running ActiveMQ, and other interesting areas (performance, high availability etc.).
Useful for software architects and developers.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.8 out of 5 stars  5 reviews
6 of 6 people found the following review helpful
4.0 out of 5 stars A very good book on ActiveMQ 12 May 2012
By Taruvai Subramaniam - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
Just finished this book. Message brokers like WS-MQ, Tibco are quite expensive and require professional administrators. ActiveMQ is just a single jar file you can invoke from Eclipse. But don't be misled. It is a full fledged, high performance message broker. Learning message oriented middleware has two facets. The first is learning JMS. This book is not the best place to start. I would recommend Java Message Service which by happenstance uses ActiveMQ for its code samples.

The other part is all the stuff that JMS doesn't deal with by design, such as fail over, clustering, performance tuning etc. That is specific to the broker. ActiveMQ makes all this ridiculously simple and comes with boatloads of features. This is an excellent book to learn all that.

The reason I give it 4 instead of 5 starts is the code samples. Some of the stuff in some chapters is just missing. Also in keeping with all Manning books it uses Maven. But what if you don't like or use Maven? Still you don't have to use Maven. You can try it in your IDE.

All in all if you looking to learn JMS or want an open source message broker ActiveMQ is a good choice and this book will be indispensable to you.
5.0 out of 5 stars Worth a read 18 May 2013
By Siddhardha - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
After reading this book almost from cover to cover (except for chapters 8 and 9) and trying out all source code, I have come to the conclusion that this is a decent book all in all and it's definitely worth a read if you are using ActiveMQ (unless you are an advanced user already). It appears that most of what's in the book is more or less online on the ActiveMQ site (in fact, the example code looks alike in a lot of places), so you may not necessarily need to buy it unless you want to. For me, I always find it helpful to have a paper copy around so that I can peruse it even when I'm not online. Some of the example code in the book won't work out of the box but you can usually figure it out what's wrong with it and fix it yourself or a simple web search will provide you an answer most of the time. For example, in one example, an environment variable is referenced in ActiveMQ configuration files but it's not set automatically and you should remember to set them before executing the code. Example on SSL connector requires more configuration than what's in the book. The last example code in chapter 13 doesn't give better performance but if you set another property that's not listed in the code, it will work as expected.

The first few chapters in part 1 provide a pretty good overview of JMS and its features - these are very helpful to novices. Most of the material in part 2 should be easy to pick up for someone who has used any messaging technology at some point in their careers. Part 3 is useful for integration with application servers or for using ActiveMQ with a language other than Java for client consumption. Part 4, Advanced Features, is the most helpful section in the book for me. It covers enterprise deployment, tuning, administration and monitoring - I have used several ideas outlined in these chapters with pretty good results in my current work place.

Note that this book was written with ActiveMQ version 5.4. I have used ActiveMQ 5.7 to test all sample code and at the time of this writing, the latest version is 5.8.
5.0 out of 5 stars If u need to deal with ActiveMQ - this is your choice 26 Feb 2013
By yilativs - Published on Amazon.com
Format:Paperback
This book makes complex things look simple.

First it introduces you to JMS (if you know JMS already, just skip it)
Then the book tells you how to configure nearly everything in ActiveMQ (I was surprised how flexible ActiveMQ can be)
You will learn how to configure storage, protocols, security
You will learn how to integrate ActiveMQ into your application.
It will explain how to integrate and use ActiveMQ using Spring.
And finally you will learn how to tune ActiveMQ's performance.
Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges