From dev-return-58680-apmail-qpid-dev-archive=qpid.apache.org@qpid.apache.org Thu Sep 3 11:36:45 2015 Return-Path: X-Original-To: apmail-qpid-dev-archive@www.apache.org Delivered-To: apmail-qpid-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EDD9B1819B for ; Thu, 3 Sep 2015 11:36:45 +0000 (UTC) Received: (qmail 79536 invoked by uid 500); 3 Sep 2015 11:36:45 -0000 Delivered-To: apmail-qpid-dev-archive@qpid.apache.org Received: (qmail 79499 invoked by uid 500); 3 Sep 2015 11:36:45 -0000 Mailing-List: contact dev-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list dev@qpid.apache.org Received: (qmail 79488 invoked by uid 99); 3 Sep 2015 11:36:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 11:36:45 +0000 Date: Thu, 3 Sep 2015 11:36:45 +0000 (UTC) From: "Robbie Gemmell (JIRA)" To: dev@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (QPIDJMS-105) Cannot set messageId to UUID-format MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/QPIDJMS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728887#comment-14728887 ] Robbie Gemmell commented on QPIDJMS-105: ---------------------------------------- You are correct that it is not currently possible for the value to be a pure UUID format, the message id is a provider-specific string that the client currently creates as you have outlined. Can you clarify why you need it to be? > Cannot set messageId to UUID-format > ----------------------------------- > > Key: QPIDJMS-105 > URL: https://issues.apache.org/jira/browse/QPIDJMS-105 > Project: Qpid JMS > Issue Type: Bug > Components: qpid-jms-client > Reporter: Pontus Liljegren > > We need to set a messageId to UUID format on messages we send. When I look at the source code in https://github.com/apache/qpid-jms/blob/master/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsSession.java I see that the message id is generated using the producer id and a sequence number. (Line 923). > Is it not possible to use UUID:s as message ids? > Question on Stack overflow: http://stackoverflow.com/questions/32353797/apache-camel-qpid-set-messageid-to-uuid-not-working -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org For additional commands, e-mail: dev-help@qpid.apache.org