Apache.NMS.ActiveMQ.Commands.ActiveMQTempQueue.GetDestinationType C# (CSharp) Method

GetDestinationType() public method

public GetDestinationType ( ) : int
return int
        public override int GetDestinationType()
        {
            return ACTIVEMQ_TEMPORARY_QUEUE;
        }