Re: Messages for disconnected client

2007-05-18 Thread Gustavo Lanna
Huum !! Thank you... I will try this !! David Budworth-3 wrote: > > temp queues are discarded when the creating session closes (goes away, > crashes etc) > > also, if you want message to not be received when a client isn't there, > you > could always use topics > > > On 5/17/07, Gustavo Lan

Re: Messages for disconnected client

2007-05-17 Thread David Budworth
temp queues are discarded when the creating session closes (goes away, crashes etc) also, if you want message to not be received when a client isn't there, you could always use topics On 5/17/07, Gustavo Lanna <[EMAIL PROTECTED]> wrote: Right, but if client doesn't connect and others service

Re: Messages for disconnected client

2007-05-17 Thread Gustavo Lanna
Right, but if client doesn't connect and others services send him messages, his queue grows and the server crashes. I wish the ActiveMQ server to remove or discard the messages !! James.Strachan wrote: > > You could use a temporary queue for each client; then all messages are > removed when the

Re: Messages for disconnected client

2007-05-17 Thread James Strachan
You could use a temporary queue for each client; then all messages are removed when the client disconnects On 5/17/07, Gustavo Lanna <[EMAIL PROTECTED]> wrote: Hi, How to configure ActiveMQ to discard/remove messages for disconnected clients. If I send a message to queue that has no clients li