Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.ActiveMQDestination C# (CSharp) Method

ActiveMQDestination() protected method

Construct the Destination with a defined physical name;
protected ActiveMQDestination ( String name ) : System
name String
return System
        protected ActiveMQDestination(String name)
        {
            setPhysicalName(name);
            //this.advisory = name != null && name.StartsWith(ADVISORY_PREFIX);
        }

Same methods

ActiveMQDestination::ActiveMQDestination ( ) : System