Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4.0AS
-
None
Description
When a client terminates while it has an outstanding request with UIMA-AS service, the service logs InvalidDestinationException message trying to deliver a message to a queue that no longer exists. Since clients can terminate at any time, the service should not dump a stack trace if reply queue does not exist. It should just log a single message identifying the reply queue.