Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We tend to use strings for unique IDs everywhere. We might wanna use something more efficient, like a 64 bit number. e.g. for producer, consumer, transaction IDs etc.
The JMS clientID has to be a String; though other than the connection message, we don't particularly need to pass this around after that.