10.24.0

ISessionCreateTemporaryQueue Method

Creates a temporary Queue for this session. This queue should only be bound to by a consumer on this session; although other sessions can publish to it.

A temporary Queue can only be used to bind to non-durable endpoints. The non-durable endpoint is created on the appliance when a consumer is bound on this session.

Connect must be called before calling this method.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
IQueue CreateTemporaryQueue()

Return Value

IQueue
Returns temporary Queue for this session

Exceptions

ObjectDisposedException Thrown when the session is already disposed (terminal state).
OperationErrorException Thrown when the operation fails. Possible sub-codes:

See Also