[
https://issues.apache.org/jira/browse/ARTEMIS-5142?focusedWorklogId=941404&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-941404
]
ASF GitHub Bot logged work on ARTEMIS-5142:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 01/Nov/24 16:49
Start Date: 01/Nov/24 16:49
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #5334:
URL: https://github.com/apache/activemq-artemis/pull/5334#discussion_r1826055003
##########
artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFile.java:
##########
@@ -92,6 +92,7 @@ public class JDBCSequentialFile implements SequentialFile {
this.filename = filename;
this.extension = filename.contains(".") ?
filename.substring(filename.lastIndexOf(".") + 1, filename.length()) : "";
this.executor = executor;
+ new Exception(driver.toString()).printStackTrace();
Review Comment:
Indeed!
Issue Time Tracking
-------------------
Worklog Id: (was: 941404)
Time Spent: 0.5h (was: 20m)
> Setting 0 for min/max expiry-delivery not working as expected
> -------------------------------------------------------------
>
> Key: ARTEMIS-5142
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5142
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> If {{max-expiry-delay}} or {{min-expiry-delay}} is set to {{0}} messages are
> expired _immediately_ rather than not expired at all as expected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact