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

gu.simplemq.MessageQueueType Maven / Gradle / Ivy

There is a newer version: 2.3.17
Show newest version
package gu.simplemq;

/**
 *  消息系统实现类型定义
 * @author guyadong
 *
 */
public enum MessageQueueType{
	/** 基于redis 实现 */REDIS,
	/** 基于activemq 实现 */ACTIVEMQ
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy