Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The web console uses camel for sending a message to a queue using the ajax servlet.
We should use plain JMS API for that to remove dependency on Camel, as its fairly simple JMS code.
This allows people to use the ActiveMQ as a broker with the web console, without having Camel as dependency.
In the end it is about giving people to choice. eg to run a broker with web console with as few JARs needed.