We are creating an application using Apache Camel 2.13.2 for routing messages from different protocols. This will be a service component and we would also like to embed a simple web ui for monitoring messages and see configuration. I have created this UI using AngularJS but I am not really sure how I could use Apache Camel as a Web Server for this.
Help is greatly appreciated.