getJmsReplyToOnMessage fails to retrieve temporary topics
Brought to you by:
nphelps
This error occurs because temporary topic created by
the sender of the message is not in the hashmap held
by the activejms. I guess a fix would be to check that
returned object is already in the hashmap and return its
key, otherwise add object to the hashmap using
addResource() and then return its new key.