Description
There are a few instances where we are using the wrong (object) type with collections:
- Queue - browserDispatches.remove(sub) will always fail as the list holds different objects
- KahaDbStore - storeCache.get(convert(activeMQDestination)) will always fail as the destination needs to be converted to a key first
- MQTTProtocolConverter - activeMQDestinationMap.get(command.topicName()) - should be using toString() here instead.
Attachments
Issue Links
- links to