Operations | Monitoring | ITSM | DevOps | Cloud

Messaging

Architecture and Monitoring Apache ActiveMQ with Grafana

In this article, we are going to look at the architecture of Apache ActiveMQ and how to monitor critical metrics of ActiveMQ using Hosted Prometheus and Hosted Grafana. If you would like to follow the steps in this blog, make sure to sign up for the MetricFire free trial. You can use Graphite and Grafana directly from our platform. MetricFire is a Hosted Graphite, Grafana and Prometheus service, where we do the setup and management of these open-source tools so you don’t have to.

The Mattermost server repo surpasses 20,000 stars on GitHub

In March 2021, the Mattermost server repository officially surpassed 20,000 stars on GitHub, and we couldn’t be more excited! Huge thanks to our community for their incredible support of the Mattermost open source project and their belief in the power of secure workplace messaging solutions built for developers by developers.

Introducing custom user statuses

Users now gain the flexibility to express their current status in any way they prefer. Set a custom status to add a descriptive status message and emoji that’s visible to everyone throughout the app. Custom user statuses are available in Mattermost Cloud today and in Mattermost Self-Managed v5.33 (available March 16), with mobile support coming soon.

How Mattermost approaches accessibility for the visually impaired

Mattermost is dedicated to providing effective solutions that can be utilized by as many people as possible. Accessibility is central to our core belief that chat should be simple, intuitive, and functional. For users who are visually impaired, elements such as predictable navigation are not just nice to have, but altogether necessary.

Microservices Asynchronous Communication and Messaging | JFrog Xray

Microservices have changed the way we build applications. Software design has moved from large monolithic applications (which are not really adaptable to changes and improvements) to a collection of small, independent processes infrastructure which is far more suited to adapt to changes in today’s agile world.

Mattermost and moderation: Managing access for a more welcome experience

One of the greatest values Mattermost provides to users is the ability to create a space for discussion, issue tracking, and succinct communication, which is made possible by administrators managing access. Our goal is to create a safe and secure communication platform for all of our users. This often comes with the need for tools to help ensure users are communicating in line with the culture of the organization or community to ensure a welcoming and inclusive experience for all.

Troubleshooting Large Queues in RabbitMQ

If you’re a RabbitMQ user, chances are that you’ve seen queues growing beyond their normal size. This causes messages to get consumed long after they have been published. If you’re familiar with Kafka monitoring, you’ll call it consumer lag, but in RabbitMQ-land it’s often called queue length or queue depth.