Coder Social home page Coder Social logo

camelwatch's Introduction

Camelwatch

Camelwatch is an open source project that provides a fully featured web console for the Apache Camel project. Camelwatch can monitor any remote camel instance by using the JMX hooks that camel provides.

Features

  • Browsable context, endpoints, consumers, producers, routes, error handlers.
  • Viewable statistics on each of the above beans
  • Deploy as WAR in an existing tomcat, or incorporate into your own deployable as a set of spring beans
  • Accesses any camel instance remotely using JMX

Installation

Installation is extremely simple. Download the latest war and deploy into any running tomcat container. After tomcat deploys the application edit the //WEB-INF/classes/camelwatch.properties file. Replace the jmx.endpoint property with the URL of the JMX endpoint for the camel instance you want to monitor. Restart tomcat and then browse to / and you should be good to go.

Rest

Camelwatch includes a set of REST services. These are accessible at the following URLs, where contextPath should be replaced with your deployed app name (usually camelwatch)

  • /contextPath/rest/consumer
  • /contextPath/rest/consumer/{consumerName}
  • /contextPath/rest/context
  • /contextPath/rest/context/{contextName}
  • /contextPath/rest/endpoint
  • /contextPath/rest/endpoint/{endpointName}
  • /contextPath/rest/route
  • /contextPath/rest/route/{routeName}
  • /contextPath/rest/errorHandler
  • /contextPath/rest/errorHandler/{errorHandlerName}
  • /contextPath/rest/processor
  • /contextPath/rest/processor/{processorName}

Releases

0.4 Added route editing via XML. Added browsing of messages directly in endpoints. 0.3 Added rest services

Roadmap

  • Add ability to upload a message for processing through a route
  • Add tracing outputs
  • Graph visualizations of camel routes
  • Speed optimisations
  • Thread pool views
  • Service bean views
  • Configure routes at runtime (like the camel web console)
  • More... please add issues to the issue tracker

Screenshots

camelwatch's People

Contributors

sksamuel avatar

Watchers

James Cloos avatar achun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.