DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

Trending

  • How GitHub Copilot Helps You Write More Secure Code
  • Security by Design: Building Full-Stack Applications With DevSecOps
  • Tired of Spring Overhead? Try Dropwizard for Your Next Java Microservice
  • How To Build Resilient Microservices Using Circuit Breakers and Retries: A Developer’s Guide To Surviving

How to Control Your Mule With MMC

Learn how to register a server to a new Mule Management Console, and specifically learn more about how to add a new server.

By 
Harish Kumar user avatar
Harish Kumar
·
Mar. 31, 17 · Tutorial
Likes (8)
Comment
Save
Tweet
Share
9.9K Views

Join the DZone community and get the full member experience.

Join For Free

Let me first start by saying that I simply love the name people that at Mulesoft decided to have for their product. Mule! It is so good and you can have so much fun making puns with it. That's how I came up with the topic for today: controlling your Mule. 

Image title

Time to get serious.

Today, I will be talking about MMC (Mule Management Console). MMC is an enterprise management and monitoring tool designed specifically for Mule ESB instances. MMC provides a comprehensive set of functionality for managing and monitoring running Mule instances, Mule clusters, applications within Mule instances, and the flows within those applications. It also provides ways of looking at specific transactions through pre-defined business events, as well as transactions in flight.

Today, I will be showing you how to set up MMC. In future blogs, I will show how to register servers to MMC, deploy and un-deploy applications on MMC, analyze data and flows in MMC, create Mule clusters, etc.

Setting Up MMC

The MMC console application comes as a WAR file that can be deployed in supported application servers. I will be using the Tomcat server to deploy the MMC application. I will not be going into details about how to set up the Tomcat server.

Once you have the Tomcat server ready, get the downloaded mmc.war file and place it in the webapps folder of the Tomcat server.

Image title

Once you are done placing mmc.war in the webapps folder, start the Tomcat server.

Image title

As soon as the server is up, you can access the MMC console by going to http://localhost:8080/mmc/login.jsp.

I am assuming that your Tomcat server is setup to run on port 8080. If you want to change the port of your MMC server, then you can go to server.xml in the conf folder and change the HTTP port of the Tomcat server.

Image title

The default username and password are both admin. After you log in, you will be greeted with a page where you can do many different kinds of operations on Mule servers.

Image title

In the above image, you can see that there are various tabs like Servers, Deployments, Applications, Flows, etc. I will cover them all in my future blogs.

Servers

The Servers tab is the place where we can add various Mule runtimes to be managed by MMC along with the process of creating the cluster of Mule runtime servers.

Image title

Add a New Server

Before we go ahead and add a Mule runtime to MMC, we need to activate a Mule agent on Mule runtime. And to do this, we need to activate two major properties in wrapper.conf. 

Image title

The default setting for mule.agent.enabled is false, so make sure to enable it by changing it to true. mule.mmc.bind.port will be used by MMC to connect to Mule runtime, so remember to put the correct port on your Mule runtime server.

Image title

After putting the details of Mule runtime, click Add. MMC will start the communication with Mule runtime. Once it is done communicating with Mule runtime, you will be able to see the registered server as below.

Image title

With this, we have just registered our first server to MMC. In my future blogs, I will cover all other topics related to MMC and managing Mule runtime servers with Mule Management Console.

Microsoft Management Console

Opinions expressed by DZone contributors are their own.

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!