10.24.0

HelperDestinationQueueFromEncodedName Method

Creates a IQueue instance given its encoded string form. The durability of the queue is inferred from the encoded string form (encodedQueueName).

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public static IQueue QueueFromEncodedName(
	string encodedQueueName
)

Parameters

encodedQueueName  String
Must be obtained from GetEncodedName(IDestination)

Return Value

IQueue
Returns a IQueue instance given its encoded string form

Exceptions

ArgumentOutOfRangeException

See Also