Bruce Snyder

Co-Author of ActiveMQ In Action

Bruce Snyder

Bruce Snyder is a veteran of enterprise software development and a recognized leader in open source software. With over a decade of experience, Bruce has worked with a wide range of technologies including Java EE, Enterprise Messaging and Service Oriented Integration. In addition to his role as a senior software engineer at SpringSource, Bruce is also an Apache Member, a co-founder of Apache Geronimo and a developer for Apache ActiveMQ, Apache Camel and Apache ServiceMix. He is the co-author of Professional Apache Geronimo, Beginning Spring Framework 2 both from Wrox Press and is currently co-authoring ActiveMQ In Action for Manning Publications. Bruce also 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.



Blog

How To Switch From AT&T to T-Mobile

Posted Friday, May 10, 2013

Just recently I made the switch from AT&T wireless to T-Mobile using my own iPhone 4s. Beyond some administrativa, all I had to do was purchase a T-Mobile SIM card and I was ready to go. Somewhere back around 1999 or 2000, I switched to Voicestream Wmore »

How To Switch From AT&T to T-Mobile

Posted Thursday, May 9, 2013

more »

On Eliminating Passwords

Posted Thursday, May 9, 2013

It seems to me that authentication in general needs to change. The requirement to remember a password for every online service you use has proven to be a daunting task not only for users but also for businesses that must store the credentials to authentmore »

Posted Tuesday, April 2, 2013

After upgrading Macports recently, I started seeing the following error in the terminal when the .bash_profile is loaded: __git_ps1: command not found Upon investigation, I discovered that the bash completion for git has been split into more than onemore »

Simplify SSH Setup on Remote Machines With ssh-copy-id

Posted Tuesday, April 2, 2013

If you're not aware of the ssh-copy-id command to copy your SSH keys to a remote server, then you should really check it out. It seems to be prevalent on Linux but it's not available in the BSD world (which means it's not part of Mac OS X). Just last wmore »
Read More Blog Entries »

Presentations

An Introduction to Messaging with Apache ActiveMQ

Do you have a need for high-speed messaging within your IT infrastructure? Apache ActiveMQ is an open source message-oriented middleware product that is JMS 1.1 compliant that offers many advanced features including support for many cross language clientsmore »

Advanced Apache ActiveMQ

Are you aware of Apache ActiveMQ and its basic features and are seeking additional knowledge of the many advanced features?more »

An Introduction to SOA with JBI and Apache ServiceMix

Apache ServiceMix is an open source Enterprise Service Bus (ESB) providing a platform for integration. ServiceMix is built from the ground up on the Java Business Integration (JBI) spec allowing components and services to be integrated in a vendor indepenmore »

POJO Remoting With Lingo

If you've ever wanted to use the business logic in your POJOs without the need for an EJB container, then Lingo is for you. Lingo extends the Spring framework to provide POJO remoting via JMS using ActiveMQ underneath the covers. Lingo can accommodate synmore »

Using Spring AOP to Add Performance Monitoring

Monitoring application performance is usually an afterthought in application development causing architects and developers many headaches. Aspect Oriented Programming (AOP) provides the ability to address such concerns. Using the AspectJ support in Springmore »