Creating Temporary Endpoints
A client can consume Guaranteed messages from a temporary endpoint (a temporary queue or a non-durable topic endpoint). However, a temporary endpoint is non‑durable because it only exists as for as long as the session that it was created in.
Temporary queues and non‑durable topic endpoints are dynamically provisioned when a flow is created. The flow property SOLCLIENT_FLOW_PROP_BIND_ID sets the endpoint type, and SOLCLIENT_FLOW_PROP_DURABLE sets the endpoint durability.
To create temporary endpoints, use the solClient_session_createFlow(...) function.