Skip to content

Camel-graph is the viewer for routes in servicemix and camel applications

Notifications You must be signed in to change notification settings

avvero/camel-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Problem: Managing hundreds of complex bus routes manually has become impractical
Solution: Automatic route graph generation
Status: Finished, article is published


Camel-graph

camel-graph

Camel-graph is the viewer for routes in servicemix and camel applications. Article with intention and result explanation (Russian)

Requirenment

Viewer work over JMS with help of jolokia, so jolokia is required to be in your application or in servicemix.

Example

main-sm

Configuration - services.json

{
  "environments": [
    {
      "name": "dev",
      "services": [
        {
          "name": "smx",
          "url": "http://localhost:8181",
          "color": "#62aa34",
          "authorization": {
            "login": "smx",
            "pass": "smx"
          }
        }
      ]
    }
  ]
}

Launch

go build
./camel-graph -httpPort=8080

About

Camel-graph is the viewer for routes in servicemix and camel applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published