if I send two copies of it, will it work? is there a way to simulate this functionality?
Charles Anthony wrote: > > I think it is important that to mention that once it is read/consumed, > though, it cannot be read again. > > In other words, you cannot treat a JMS Queue like an email inbox. > > Cheers, > Charles. > >> -----Original Message----- >> From: James Strachan [mailto:[EMAIL PROTECTED] >> Sent: 04 September 2006 16:32 >> To: [email protected] >> Subject: Re: is there any way to mark a message "read"? >> >> use Message.acknowledge() on your consumer or if you are >> using a queue browser remove it via the MBean >> >> http://incubator.apache.org/activemq/maven/activemq-core/apido > cs/org/apache/activemq/broker/jmx/QueueViewMBean.html#removeMessage(java.lan > g.String) >> >> On 9/4/06, StanleyH <[EMAIL PROTECTED]> wrote: >> > >> > hi, >> > >> > I am implementing a voicemail application. is there a way >> to mark a >> > message read when consumer/queuebrowser browses it? >> > >> > >> > >> > stanley >> > -- >> > View this message in context: >> > >> http://www.nabble.com/is-there-any-way-to-mark-a-message-%22read%22--t >> > f2215941.html#a6137430 Sent from the ActiveMQ - User forum at >> > Nabble.com. >> > >> > >> >> >> -- >> >> James >> ------- >> http://radio.weblogs.com/0112098/ >> > > > ___________________________________________________________ > HPD Software Ltd. - Helping Business Finance Business > Email terms and conditions: www.hpdsoftware.com/disclaimer > > > > -- View this message in context: http://www.nabble.com/is-there-any-way-to-mark-a-message-%22read%22--tf2215941.html#a6137953 Sent from the ActiveMQ - User forum at Nabble.com.
