All Projects → loftuxab → Alfresco Jmx

loftuxab / Alfresco Jmx

Alfresco JMX module from Loftux AB

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Alfresco Jmx

Android Foss
A list of Free and Open Source Software (FOSS) for Android – saving Freedom and Privacy.
Stars: ✭ 832 (+10300%)
Mutual labels:  open-source
Adguardfilters
AdGuard Content Blocking Filters
Stars: ✭ 915 (+11337.5%)
Mutual labels:  open-source
Pretzel
Javascript full-stack framework for Big Data visualisation and analysis
Stars: ✭ 26 (+225%)
Mutual labels:  open-source
Datenschutz Checkliste
[WIP] Open Source Checkliste für Webdesigner und -entwickler, um datenschutz-relevante Aufgaben nach aktuell geltendem Recht umzusetzen.
Stars: ✭ 16 (+100%)
Mutual labels:  open-source
Libraries.io
📚 The Open Source Discovery Service
Stars: ✭ 903 (+11187.5%)
Mutual labels:  open-source
Fonts
A collection of rad, open-source typefaces that everyone needs in their lives.
Stars: ✭ 24 (+200%)
Mutual labels:  open-source
Adguardforios
The most advanced ad blocker for iOS
Stars: ✭ 812 (+10050%)
Mutual labels:  open-source
Acid
A high speed C++17 Vulkan game engine
Stars: ✭ 838 (+10375%)
Mutual labels:  open-source
Cortex4py
Python API Client for Cortex
Stars: ✭ 22 (+175%)
Mutual labels:  open-source
Cloud Sdk Cli
The command line interface for the SAP Cloud SDK
Stars: ✭ 26 (+225%)
Mutual labels:  open-source
Artify Core
The sweet heart of Artify 👑
Stars: ✭ 17 (+112.5%)
Mutual labels:  open-source
Developersrising
Archive only! DISSOLVED! Verein zur Förderung von ProgrammiererInnen 💻 🎉
Stars: ✭ 19 (+137.5%)
Mutual labels:  open-source
Cyber Labs Get Started
This repository contains resources to get you started in the field of your choice.
Stars: ✭ 25 (+212.5%)
Mutual labels:  open-source
Opensourcewebsite Org
OpenSourceWebsite (OSW) - online community managed by users using electronic voting and modifying source code
Stars: ✭ 834 (+10325%)
Mutual labels:  open-source
Blossom
A free open-source design framework for the modern web
Stars: ✭ 26 (+225%)
Mutual labels:  open-source
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+10237.5%)
Mutual labels:  open-source
Best Practices Badge
🏆Core Infrastructure Initiative Best Practices Badge
Stars: ✭ 928 (+11500%)
Mutual labels:  open-source
Polyfill Service
Javascript polyfills as a service. Java implementation.
Stars: ✭ 8 (+0%)
Mutual labels:  open-source
Girlscript chennai website
An open source project for creating a website that shall serve as a template for various chapters of GirlScript Foundation
Stars: ✭ 27 (+237.5%)
Mutual labels:  open-source
Contribute A Thon
Month-long Open Source contributing event ✨
Stars: ✭ 26 (+225%)
Mutual labels:  open-source

Alfresco JMX from Loftux AB

Brings powerful JMX capabilities to your Alfresco installation (Administrators) and custom modules (Developers).

Why?

JMX (Java Management eXtensions) capabilities have been previously only available to Alfresco Enterprise installations. This module brings JMX to Alfresco Community edition installations, including installations of LXCommunity ECM.

The existing JMX implementation available with Alfresco Enterprise is based on a proprietary implementation of JMX related beans. Since then, Spring framework has included built-in support for adding annotations to make it easier to develop and build JMX resource and operation exporting beans.

Compared to the existing implementation, this module is modern and open source. It is also a way of encouraging community contribution towards a scalable and stable infrastructure for everyone who has chosen Alfresco, whether it is Enterprise or Community.

Installation

  • Download the source or checkout the project using git clone.
  • Package using mvn package and deploy the resulting AMP file in your Alfresco.

Current Status

Currently the module exposes the ability to receive user count and group count using JMX. This is a intended as a basic demonstration of how JMX resources can be exposed.

Proposed Features

The following features are to be added to the module. If you have are willing, go ahead and create them.

  • Adding more statistics providers
  • Adding support for modifying system properties and properties defined using alfresco-global.properties
  • Adding support for changing Log4J and logging related properties
  • Adding support for manual scheduler invocations

Configuration

You can use the standard JMX configuration properties according to official Alfresco documentation.

Extending Capabilities for Developers

If you are building an Alfresco extension module, add Alfresco JMX as a dependency. This allows you to use powerful annotations from Spring framework, such as @ManagedResource, @ManagedOperation, @ManagedAttribute within your code. See the existing beans defined within the source of this module for reference.

Providing more JMX Resources/Operations

If you want to provide more information and operations through JMX, you can contribute to the development of this module.

Trying out the module with JMX Console

  1. To try the module, start the server by running run.sh and then open JConsole or JVisualVM.

  2. Use the following settings to connect to the JVM JMX instance and replace variables as necessary. service:jmx:rmi:///jndi/rmi://<hostname>:50500/alfresco/jmxrmi
    username: jmxViewRole password: change_asap

Open Source

This module is an important step in bringing the best features to Alfresco Community edition. This will remain open source.

Contributing

Create a fork of this project and make pull requests as you see fit. They will be merged and made available to everyone who are using this module.

Author

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].