From dev-return-20530-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Jun 03 09:46:27 2010 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 62710 invoked from network); 3 Jun 2010 09:46:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 09:46:26 -0000 Received: (qmail 11205 invoked by uid 500); 3 Jun 2010 09:46:26 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 11112 invoked by uid 500); 3 Jun 2010 09:46:23 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 11073 invoked by uid 99); 3 Jun 2010 09:46:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 09:46:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rajdavies@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 09:46:14 +0000 Received: by vws3 with SMTP id 3so4934838vws.2 for ; Thu, 03 Jun 2010 02:45:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=ugQI3wHgDtzWnEwM47WtXjF9808aAZFny1AV7qvByZc=; b=AZ+JwCoGGlDVfSkXTBW2mFQwTmg3BxR6c5rnGZrJ2/RKoSB0H8c+6RWBfWqkkJbj6X CLQlN0gOZHJEtRxuTE9RNZLrhF6ro7qLC3hTR+Kwhsy8H9Lc9WciOfg31k4oAEcDPEj4 6Vo+wvvz3R0Xr4ue9DkRfPJ0a0ipDkI5j72eY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=FVOIOl0EmednUPfq3clPkHWE8Vi/1fz4JQ1DqdJVPt9eaoWq81nE6F9IzVZmfQXDhc wHq6OoINXLAIr8yUWuz+ht8qFTUdJs3Htln7WaWawlM8e+dyxDSI6vNLLELp17XTtxz9 3lLkfvYrKO2SyUefIL/WBrUiB//VN53CVRk4A= Received: by 10.224.43.100 with SMTP id v36mr4471676qae.201.1275558351366; Thu, 03 Jun 2010 02:45:51 -0700 (PDT) Received: from [192.168.1.89] (host86-163-215-126.range86-163.btcentralplus.com [86.163.215.126]) by mx.google.com with ESMTPS id i29sm39713036vcr.0.2010.06.03.02.45.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Jun 2010 02:45:50 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: Can same message be send multiple times From: Rob Davies In-Reply-To: <28757186.post@talk.nabble.com> Date: Thu, 3 Jun 2010 10:45:46 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <4849BB38-14F9-4096-9B8F-99A92CAF5665@gmail.com> References: <28757186.post@talk.nabble.com> To: dev@activemq.apache.org X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org Support for sending messages multiple times is mandatory for JMS = compliant messaging systems like ActiveMQ. Under the hood the message is = shallow copied on send to enable you to do this without side effects cheers, Rob On 2 Jun 2010, at 17:54, manua wrote: >=20 > Hi All, >=20 > Is it possible to send the same message multiple times.=20 >=20 > I want to avoid the overhead of creating the message object; so, I am > creating a message object once, sending it, again changing some of the > parameters and sending it.So, the same message with sightly changed = values > is sent again and again. Is it possible to do this. >=20 > Please let me know your inputs. >=20 > Thanks, > Manu > --=20 > View this message in context: = http://old.nabble.com/Can-same-message-be-send-multiple-times-tp28757186p2= 8757186.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >=20