Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
“License”); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
“AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
dispatch-standalone
The stand-alone qpid dispatch console is an html web site that monitors and controls a qpid dispatch router
To install the console:
After a dispatch build the 3rd party libraries need to be installed.
To manually install the 3rd party libraries:
- cd /usr/share/qpid-dispatch/console/stand-alone
- npm install
Note: An internet connection is required during the npm install to retrieve the 3rd party javascript / css files.
To run the web console:
- Ensure one of the routers in your network is configured with a normal listener with http: true listener { role: normal host: 0.0.0.0 port: 5673 http: true saslMechanisms: ANONYMOUS }
- start the router
- in a browser, navigate to http://localhost:5673/
The router will serve the console's html/js/css from the install directory. The cosole will automatically connect to the router at localhost:5673