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:

> 
> Hi All,
> 
> Is it possible to send the same message multiple times. 
> 
> 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.
> 
> Please let me know your inputs.
> 
> Thanks,
> Manu
> -- 
> View this message in context: 
> http://old.nabble.com/Can-same-message-be-send-multiple-times-tp28757186p28757186.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
> 

Reply via email to