Re: message-id format

2011-01-07 Thread Gary Tully
best reference is the code: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/IdGenerator.java?view=markup A connection Id uses the above generator, which forms the basis for a session id, which forms the basis for a producer id which forms the basis

message-id format

2011-01-06 Thread James Green
I am trying to debug a little of https://issues.apache.org/jira/browse/AMQ-2923 which I created. To help, could someone very quickly document how the message-id gets created? I.e. X-Y-Z what's the X, the Y and the Z? I'm trying to write a script to reproduce the problem and so far I've failed so