Yes i mean to say when they are acknowledged, iam using same clientid and
subscription name each time

    1) i saw the table activemq_msgs, the acknowledged messages are not
there in this table for topic
but if i see from jconsole they are there still in memory
    2) there is only one record in activemq_acks table for the topic and the
value for the last_acked_id value is changing, is this its behaviour?
    3) Can you please tell me what is the difference between columns
activemq_msgs.id and activemq_msgs.msgid_prod and activemq_msgs.msgid_seq

   
 

James.Strachan wrote:
> 
> On 6/13/07, Arif Mohd <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>>    Could any body knows why messages from a topic are not removed once
>> they
>> are subsribed
> 
> You mean once they are acknowledged (rather than subscribed?).
> 
> You're definitely using the same clientID and subscriber name each
> time right? Otherwise each subscription is effectively a new durable
> subscription.
> 
> Or are you referring to the fact that messages are removed lazily from
> the JDBC table after all the consumers acknowledge them?
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Messages-from-the-topic-are-not-being-deleted-once-they-are-consume-tf3913879s12049.html#a11114296
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to