Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

20 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages