Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The reply is falsely discarded:
9/4/08 3:15:05 PM - 22: org.apache.uima.aae.controller.AggregateAnalysisEngineController_impl.mergeTypeSystem: INFO: Controller: IODBurnTest Received Metadata From an Invalid (Possibly Disabled) Delegate: TopicLabellerAnnotatorQueue
The recent change to support duplicate queue names on different brokers checks the broker name returned in the reply against the broker the request was sent to. But the service returns the name it uses for the broker, e.g. tcp://localhost:61616, and not the external name of the broker.