Fix NPE in Uima AS jUnit code when running with AMQ 5.2
-------------------------------------------------------
Key: UIMA-1565
URL: https://issues.apache.org/jira/browse/UIMA-1565
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Affects Versions: 2.2.2AS
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.3AS
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.