clebertsuconic edited a comment on issue #2950: ARTEMIS-2604 Save Message 
decoding when unnecessary
URL: https://github.com/apache/activemq-artemis/pull/2950#issuecomment-577260402
 
 
   >"the ideal thing would be to always place ScheduledDeliveryTime"
   
   
   @franz1981 : 
   the ideal thing would be to use a fixed value within the protocol, like what 
AMQP guys are doing. it would pretty much be redefining the protocol, it would 
incur in versioning anyways.
   
   Using a fixed property would in fact require you to do versioning on the 
protocol, to make sure you still parse the whole buffer for older clients.. so 
it's not feasible without breaking compatibility, and if you break it, it would 
be best to do the right thing.
   
   
   I would say it's a no. .since AMQP takes care of it. we could instead invest 
to make AMQP faster than core.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to