i trying use duplication detection feature in hornetq, generate uuid, better option, should choose java based uuid or uuid generator comes hornetq. difference
fyi, hornetq uuid code based on old version of java uuid generator project http://wiki.fasterxml.com/jughome https://github.com/cowtowncoder/java-uuid-generator/
it has been optimized high performance (as opposed optimized avoid collisions). can see in bug case below, uuid choices may give slow start-up time (which may or may not problem you).
see more information here https://issues.jboss.org/browse/hornetq-854
Comments
Post a Comment