Details
Description
Using AMQ 5.7 with filteredKahaDB and perDestination="true". I send persistent messages to a queue with a long name (more than 60 chars in the name). After broker restart this queue is not there anymore.
It seems that kahadb is generating a truncated directory for that queue. The directory name is missing first letters. For short queue names, directory start with something like "queue#3a#2f#2f....", but for long queue names directory start with "#2f#2f...".