[
https://issues.apache.org/jira/browse/ARTEMIS-4396?focusedWorklogId=878919&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-878919
]
ASF GitHub Bot logged work on ARTEMIS-4396:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 29/Aug/23 17:00
Start Date: 29/Aug/23 17:00
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4586:
URL: https://github.com/apache/activemq-artemis/pull/4586#discussion_r1309111781
##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/CreateQueueMessage_V2.java:
##########
@@ -450,6 +468,9 @@ public void decodeRest(final ActiveMQBuffer buffer) {
if (buffer.readableBytes() > 0) {
groupRebalancePauseDispatch =
BufferHelper.readNullableBoolean(buffer);
}
+ if (buffer.readableBytes() > 0) {
+ internal = BufferHelper.readNullableBoolean(buffer);
+ }
Review Comment:
After thinking about this some more I'm going in a different direction.
Thanks for the feedback!
Issue Time Tracking
-------------------
Worklog Id: (was: 878919)
Time Spent: 0.5h (was: 20m)
> Make address/queue "internal" property durable
> ----------------------------------------------
>
> Key: ARTEMIS-4396
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4396
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)