0 Replies Latest reply on Feb 12, 2002 3:55 PM by barnaby_morris

    shouldn't sending to a non-existant Destination throw an exc

    barnaby_morris

      I have encountered the following behavior in JBossMQ 2.4.4: When a message driven bean of mine sends a message to a temporary queue that I know doesn't exist anymore, there is no exception thrown. I expect a InvalidDestinationException to be thrown, but no. What happens to the message?