Ryan Hochstetler [
http://community.jboss.org/people/ryanhos] created the discussion
"Re: JMS-messages with an expiry date (time-to-live) never expire"
To view the discussion, visit:
http://community.jboss.org/message/623633#623633
--------------------------------------------------------------
"The messgaes stay in the conventional JMS-queue."
The JMS Spec only demands that expired messages never be delivered to clients.
Expirations in JBM appear to be processed when a client requests messages from the
queue/topic. There is no background thread that automatically moves messages to the
ExpiryQueue at the moment of expiration. Are the expired messages being delivered to your
message clients? I suspect that they will be sent to the ExpiryQueue once a client
attempts to pull the message.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/623633#623633]
Start a new discussion in JBoss Messaging at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]