Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When trying to reply to a temp queue, the JmsEndpointConnection_impl object fetches a wrong broker URL from the controller. Temp queues are managed by the same broker as the service input queue, so that the replies must go to a temp queue managed by the same broker. What seems to be happening is that the JmsEndpointConnection_impl object fetches an Internal Broker URL instead. Replies are never sent to the client. This problem happens when a client tunnels messages over HTTP to a remote Aggregate AS Service.