Why G1GC is the Best Choice for Garbage Collection in ActiveMQ
Instead of spending time wrestling with the standard JVM garbage collection ergonomics, why not just turn on G1GC and let it do the heavy lifting for you.
ActiveMQ, Middleware, Web Infrastructure
Blog
Is ActiveMQ’s Dynamic Queue Creation Working for You?
A brief walk-through of how to restrict ActiveMQ’s dynamic queue creation should your business decide the feature is not working for you.
ActiveMQ, Middleware, Web Infrastructure
Blog
How to Use cloud-init CentOS Outside the Cloud
The cloud-init package is one of my favorite tools for tweaking the settings within a cloud instance. What you may not know is that you can use cloud-init to change the settings on non-cloud-based systems, too!
Virtualization
Blog
Step by Step Migration from RHEL 7.4 to CentOS 7.4
Step by step migration guide from RHEL 7.4 to CentOS 7.4 with in-depth comparison of both technologies.
Operating Systems
Blog
How to Install CentOS on Azure (Plus Azure CentOS 7.4 Cloud Support)
The fifth CentOS-7 release or CentOS 7.4.1708 is now available in the cloud via Microsoft Azure. Learn how to install it.
Operating Systems
Blog
OpenSSL License Change: A Cautionary Tale
OpenSSL recently announced it's changing its licensing. Let's look at what's driving this decision and how does it impact users and contributors
Development, Security
Blog
AWS CentOS: New CIS Hardened Images
Learn about the newly released CentOS 6.8 and 7.3 security-hardened images for AWS. You can also watch a short video on how easy it is to launch these images.
Operating Systems
Blog
ActiveMQ Persistence: Connection Pooling with c3p0 and JDBC
Walking through the steps necessary to create c3p0 connection pooling with a JDBC persistence store to achieve better performance
ActiveMQ, Middleware, Web Infrastructure
Blog
ActiveMQ High Availability: Pluggable Storage Lockers
Learn how pluggable storage lockers help manage broker resource locking in ActiveMQ and get a tutorial on how to implement one method, the Lease Database locker.
ActiveMQ, Middleware, Web Infrastructure
Blog
A Brief History Of OpenSSL Vulnerabilities
OpenSSL has had its share of bugs and vulnerabilities. This post provides a recap of the major OpenSSL vulnerabilities and fixes
Open Source
Blog
Mutual Authentication Using Apache and a Web Client
In this blog, we walk through the Apache client certificate authentication process, and the steps need to perform your own authentication.