package com.mcafee; /** * * @author Gursev Singh Kalra @ McAfee, Inc. * */ public enum JmsMsgType { BYTES, TEXT, STREAM, MAP, OBJECT, MESSAGE }