Apache.NMS.ActiveMQ.Commands.ActiveMQQueue.CreateDestination C# (CSharp) Method

CreateDestination() public method

public CreateDestination ( String name ) : ActiveMQDestination
name String
return ActiveMQDestination
        public override ActiveMQDestination CreateDestination(String name)
        {
            return new ActiveMQQueue(name);
        }