Re: Messages for disconnected client

2007-05-18 Thread Gustavo Lanna
scard the messages !! >> >> >> James.Strachan wrote: >> > >> > 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]>

Re: Messages for disconnected client

2007-05-17 Thread Gustavo Lanna
; 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 listening, when

Messages for disconnected client

2007-05-17 Thread Gustavo Lanna
Hi, How to configure ActiveMQ to discard/remove messages for disconnected clients. If I send a message to queue that has no clients listening, when a client connect to ActiveMQ his receive a message that I sent. I would like that the ActiveMQ delete the message if there is not client listening/co