ISession.CreateTemporaryQueue Method

Solclient

ISessionCreateTemporaryQueue Method
version: 7.2.1.27
Overload List
  Name Description
Public method CreateTemporaryQueue
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.

Public method CreateTemporaryQueue(String)
Creates a temporary Queue on this session with the given name. 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.

Top
See Also