Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.0.0
-
None
-
None
Description
When sending a message to a deleted TemporaryQueue, a JMSException is thrown at ActiveMQSession.java:1583.
According to the JMS 1.1 spec, section 7.3 Standard Exceptions, an IllegalDestinationException should be thrown instead:
InvalidDestinationException: This exception must be thrown when a
destination is either not understood by a provider or is no longer valid.