History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1651
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Rob Davies
Reporter: Dieter Vrancken
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

Sending message to deleted TemporaryQueue throws JMSException instead of IllegalDestinationException

Created: 09/Apr/08 07:21 AM   Updated: 09/Apr/08 08:12 AM
Component/s: None
Affects Version/s: 5.0.0
Fix Version/s: 5.1.0

Time Tracking:
Not Specified


 Description  « Hide
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.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Rob Davies - 09/Apr/08 08:12 AM
Fixed by svn revision 646400