Re: [JBoss-user] jms message timeout

2004-01-05 Thread Adrian Brock
On Tue, 2003-12-23 at 17:05, Ionel GARDAIS wrote: > Hi, > > What happens if I publish messages to a topic which > nobody listens to ? > > Is the message lost ? Is it stored until someone > subscribes and get them ? > It is dropped, lost, ceases to be, it is an ex-message. > Does modifying the

Re: [JBoss-user] jms message timeout

2003-12-23 Thread Adrian Brock
> On Tue, 2003-12-23 at 17:05, Ionel GARDAIS wrote: > > Hi, > > > > What happens if I publish messages to a topic which > > nobody listens to ? > > > > Is the message lost ? Is it stored until someone > > subscribes and get them ? > > > > It is dropped, lost, ceases to be, it is an ex-message.

[JBoss-user] jms message timeout

2003-12-23 Thread Ionel GARDAIS
Hi, What happens if I publish messages to a topic which nobody listens to ? Is the message lost ? Is it stored until someone subscribes and get them ? Does modifying the message's TTL allow to specify a timeout for the message ? thanks, ionel ___