Messages which have been dispatched to a client but have not yet been acknowledged are marked as "in delivery." Messages which are in delivery will not be expired because if they were then the client wouldn't be able to acknowledge them. If there is a consumer that is stuck there are management operations to take care of that (e.g. close the consumer, close the consumer's connection, etc.). Once the consumer is no longer connected to the queue then any messages which were not acknowledged will be placed back on the queue and will be subject to normal expiration.
By the way, screenshots do not come through the list so either post the screenshot somewhere else and provide a link or simply use text to describe the issue (preferred). Justin On Tue, May 28, 2024 at 1:34 PM Albaasith Ahamed <albaasi...@amlakint.com.invalid> wrote: > Dear Team, > > > > One message has timed out in the app but is not showing in the message > count. While clicking, it still shows in the Delivering Count. I have > implemented a move to the expiry queue, but the message is not moving. Is > there an issue with my broker configuration? > > > > <!--default for catch all--> > > <address-setting match="#"> > > <dead-letter-address>DLQ</dead-letter-address> > > <expiry-address>ExpiryQueue</expiry-address> > > <redelivery-delay>1000</redelivery-delay> > > <max-delivery-attempts>3</max-delivery-attempts> > > <auto-create-dead-letter-resources>true</ > auto-create-dead-letter-resources> > > <!-- with -1 only the global-max-size is in use for limiting > --> > > <max-size-bytes>-1</max-size-bytes> > > <message-counter-history-day-limit>10</ > message-counter-history-day-limit> > > <address-full-policy>PAGE</address-full-policy> > > <auto-create-queues>true</auto-create-queues> > > <auto-create-addresses>true</auto-create-addresses> > > <auto-create-jms-queues>true</auto-create-jms-queues> > > <auto-create-jms-topics>true</auto-create-jms-topics> > > <auto-delete-queues>false</auto-delete-queues> > > <auto-delete-addresses>false</auto-delete-addresses> > > <auto-delete-jms-queues>false</auto-delete-jms-queues> > > <auto-delete-jms-topics>false</auto-delete-jms-topics> > > </address-setting> > > > > > > > > > > > > After click the message count > > > > > > > Regards, > > Albaasith Ahamed > > > > Albaasith Ahamed > > > *https://www.amlakint.com <https://www.amlakint.com> *P.O Box 28088 > Riyadh 11437 > > > albaasi...@amlakint.com > <https://www.amlakint.com/> <https://www.facebook.com/Amlakint/> > <https://www.twitter.com/amlakint> > <https://www.linkedin.com/company/amlakint> > <https://www.youtube.com/channel/UCTSNh9_vD5jn1SW6Sjs-9MQ> > _ > > > > > Disclaimer > This e-mail (including any file attachment) contains > confidential information and/or may also be legally privileged. > It is intended solely for the use of the named addressees and > any unauthorized dissemination or use by any other person or > entity is strictly prohibited. If you are not the intended > recipient you should not transmit, copy, print, disclose or > otherwise make use of and/or place any reliance on this e-mail > and its contents. If you have received this e-mail in error, > you should immediately notify the sender by return e-mail and > delete all copies from your system. The views, opinion or > advice as may be contained herein are those of the sending > individual and do not necessary represent that of AMLAK > International or bind AMLAK International. E-mails can be > corrupted, altered or falsified and AMLAK International shall > not be liable for any alteration or falsification on this e-mail. >