Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3AS
-
None
Description
Uima AS ActiveMQSupport throws NPE in addHttpConnector() when using AMQ 5.2. It seems that this version of AMQ is not initializing the HTTP Connector the same way as in AMQ 4.1.1. After the connector is created
httpConnector = broker.addConnector(httpURI);
it fails with NPE when httpConnector.start() is called.