-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
AMQ 7.12.1.GA
-
None
-
None
In the 'Browse Queue' screen in the Hawtio console the header row of the message table has a checkbox to select all rows. When no filter is applied this checkbox works fine, and all the table rows get a check in their checkboxes.
When applying a filter to the table, however, the behaviour of the 'select all' checkbox is erratic. Sometimes it behaves as it should, but often it just has no effect at all. Sometimes the 'select all' checkbox gets a check, while none of the other rows do.
I've not been able to determine exactly what sequence events governs whether the checkbox works or not.
To reproduce
-------------------
1. Install and start AMQ 7.12.1
2. Using any JMS client, produce some messages that have a particular property set
3. In the Hawtio console, navigate to the Browse Queue page for the relevant queue
4. Click the check box in the table header – verify that the individual rows get a check
5. Apply a filter that matches the property set by the producer
6. Click the 'select all' checbox in the table header. It may work, or it may not.