Extension function to get the destination by parsing the embedded type prefix. Default is Queue if no prefix is
embedded in the destinationName.
Namespace:
Apache.NMS
Assembly:
Apache.NMS (in Apache.NMS.dll)
Syntax
JavaScript |
---|
Apache.NMS.SessionExtensions.getDestination = function(session, destinationName); |
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ISession. When you use instance method syntax to call this method, omit the first parameter. For more information, see
or
.
See Also