The Web Outside » Blog Archive » Developer’s Corner: Synchronous Request Response with ActiveMQ and Spring (aka “Meet Ben”)
Cross promoting my recent posts on the company blog.
Scrum Breakfast: #SGUS: Jeff Sutherland: What does Management Do Under Scrum
So simple yet so hard. Management has to mature into leadership.
A Year of Monitoring with Java-monitor - Devoxx09 - Devoxx
A great set of case studies covering some of the worst JVM runtime issues. Highly recommended watch for the Java folk out there.
Synchronous Request Response with ActiveMQ and Spring
A few months ago I did a deep dive into Efficient Lightweight JMS with Spring and ActiveMQ where I focused on the details for asynchronous sending and receiving of messages. In an ideal world all messaging would be asynchronous. If you need a response then you should set up an asynchronous listener and either have enough state stored in the service or in the message that you can continue processing once the response has been received. However, when ideals lead to complexity, we have to make the decision of how much complexity can we tolerate for the performance we need. Sometimes it just makes more sense to use a synchronous request/response.
Dennis Forbes on Software and Technology - Getting Real about NoSQL and the SQL-Isn't-Scalable Lie
A solid article throwing some basic pragmatism into the whole Sql vs NoSql debate.
Crystal Ball: 10 Ways Generation Y Will Change the Workplace | Brazen Careerist
I came across this googling for Gen Y and mentorships but its spot in with all 10 points.
YouTube - NoSQL
I’ve seen this before but it came across my radar again. While maybe this is ment just to be humorous I think it also shows a bit of the naiveté of DBAs. While NoSql is certainly not needed everywhere, and is probably over used by trend chasers, there are very good use cases where databases simply cannot scale easily to handle the requirements. These communities should be playing together, learning from the past, not jeering at each other.
One day in Kanban land - Henrik Kniberg's blog
Kanban is getting some buzz these days. This is a very simple visual overview of how it works.
Did Your Boss Thank You For Coding Yourself to Death?
Well said! We as an industry need to ween ourselves off of death marches and its not going to come from management. Interestingly, I think many other industries could learn from this as well.
High Scalability - High Scalability - Paper: High Performance Scalable Data Stores
I’ve been dying for a paper like this that really gets into the details of all the different NoSql options out there.
What's new in iBATIS 3
Of all the ORMs I think iBATIS is the only one I’m interested in. Spring 3.1 is slated to support iBATIS 3, it might be time to check it out when that is released.
Exclusive: How Google’s Algorithm Rules the Web | Magazine
A fascinating reminder of the complexity in every Google search.
Why You Might NOT Want To Be Like Gary Vee - by Dumb Little Man
I couldn’t agree more. Our culture is so success and wealth focused for its own sake and not for a higher purpose. Ask yourself, why are you doing it?

