-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36480/
-----------------------------------------------------------

Review request for qpid, Alan Conway, Ganesh Murthy, Kenneth Giusti, mick 
goulish, and Ted Ross.


Repository: qpid-dispatch


Description
-------

This modifies the schema by adding a console entity. In the console entity you 
can define the attributes needed to run a proxy server that translates 
websockets to tcp and also serves http file requests.

listener {
...
    name: proxy
...
}

console {
    listener: proxy
    dir:      /home/eallen/dispatch-svn/tools/websockify/
    home:     webapps
    proxy:    qdproxy
    wsport:   5673
}


Diffs
-----

  trunk/python/qpid_dispatch/management/qdrouter.json 1690252 
  trunk/python/qpid_dispatch_internal/management/agent.py 1690252 

Diff: https://reviews.apache.org/r/36480/diff/


Testing
-------

bin/test.sh passes all tests.
I replaced the nodejs proxy I was using with the new python/websockify server.
In the 6 router network, I changed A.conf and added a name to the listener and 
added a console section that runs the python proxy/server.

The web console retrieves all html/js/css files, connects and communicates to 
the router network through the proxy.


Thanks,

Ernie Allen

Reply via email to