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

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

There is a newer version: 3.6.2.Final
Show newest version
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