[
https://issues.apache.org/jira/browse/ARTEMIS-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Nigro updated ARTEMIS-2604:
-------------------------------------
Description:
There are few cases eg while loading journal or on common message routing
where decoding a full message isn't necessary if certain properties aren't
present.
Performing a "brute-force" scan into the message not-yet-decoded raw contant
would be welcome if compared to a full decoding that could be saved for later
(or never).
was:
There are few cases eg while loading journal or on common message routing
where decoding a full message isn't necessary if certain properties aren't
present.
Providing a search method that save creating unnecessary objects, just to
search for a specific property presence could speed-up considerably the
mentioned operations.
> Save Message decoding when unnecessary
> --------------------------------------
>
> Key: ARTEMIS-2604
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2604
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 2.12.0
> Reporter: Francesco Nigro
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are few cases eg while loading journal or on common message routing
> where decoding a full message isn't necessary if certain properties aren't
> present.
> Performing a "brute-force" scan into the message not-yet-decoded raw contant
> would be welcome if compared to a full decoding that could be saved for later
> (or never).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)