Details
Description
Destination specification on STOMP using activemq 5.6.0 is broken.
Before 5.6.0, you had to specify "/queue/my_queue". Now, activemq automatically includes a "/queue/" on destination name, whether needed or not.
For instance, sending messages to "/queue/nagios-events" works. Subscribing to "/queue/nagios-events" creates an additional queue named "/queue/queue/nagios-events".
Message sending is also affected, although it accepts both "/queue/nagios-events" and "nagios-events"