Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.12 KB

File metadata and controls

42 lines (38 loc) · 1.12 KB

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