jamesnetherton commented on issue #3807: URL: https://github.com/apache/camel-quarkus/issues/3807#issuecomment-1135509592
The problem is likely due to the static initializer in `IdGenerator`. https://github.com/apache/activemq/blob/main/activemq-client/src/main/java/org/apache/activemq/util/IdGenerator.java#L42-L111 The key parts of the id like host name & current system time will get baked into the native image and reused on every execution of the application. Maybe there's a way of overriding / reinitializing those parts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org