All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.rocketmq.common.constant.DBMsgConstants Maven / Gradle / Ivy

package com.alibaba.rocketmq.common.constant;


/**
 * User: yubao.fyb
 * Date: 14/11/13
 * Time: 14:11
 */
public class DBMsgConstants {
    public static final int maxBodySize = 64 * 1024 * 1204; //64KB
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy