public interface Queue extends Endpoint, Destination
Queue
interface can represent a guaranteed delivery queue on
the solace appliance, either as a target (Destination
) or as a Endpoint
for
a consumer flow (FlowHandle
).
A Queue
object can be created with
Solclient.Allocator.newQueue()
or
SessionHandle.createTemporaryQueue()
.
When a Queue
object is created, the characteristics of the appliance queue can be described by
Endpoint.PROPERTIES
.Endpoint.PROPERTIES
getName, isDurable
getName, isTemporary
Copyright 2004-2024 Solace Corporation. All rights reserved.