Duplicate queue name in the list
--------------------------------
Key: AMQ-2538
URL: https://issues.apache.org/activemq/browse/AMQ-2538
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.3.0
Reporter: Frédéric Jaouën
Priority: Minor
In the ActiveMQ console used to browse queue, when I have a messge in aDLQ and
I want to move the message in a specific queue a list box is available.
This list box contains all the queues available in the ActiveMQ. But when you
have multiple queues which have the same prefix and the same suffix, in the
list you can not make a good selection.
The problem is in the name, which seems to be truncated in the middle, so you
are not able to make a good selection:
<option value="ibiza.event.electronic.publishing.destination.q">
ibiza.even...ion.q
</option>
<option value="ibiza.event.catalog.notification.destination.q">
ibiza.even...ion.q
</option>
<option value="ibiza.event.booking.priority.notification.destination.q">
ibiza.even...ion.q
</option>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.