Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
Modifier and Type | Method and Description |
---|---|
static Queue |
Solclient.Allocator.newQueue(java.lang.String queueName)
Creates a representation of a Durable
Queue
destination with the given queueName but no set
Endpoint.PROPERTIES . |
static Queue |
Solclient.Allocator.newQueue(java.lang.String queueName,
java.lang.String[] endpointProperties)
Creates a representation of a Durable
Queue
destination with the given queueName and
Endpoint.PROPERTIES . |
Modifier and Type | Method and Description |
---|---|
Queue |
SessionHandle.createTemporaryQueue()
Creates a temporary Queue for this session.
|
Queue |
SessionHandle.createTemporaryQueue(java.lang.String name)
Creates a temporary Queue for this session with a given name.
|
Queue |
SessionHandle.createTemporaryQueue(java.lang.String[] endpointProperties)
Creates a temporary Queue for this session.
|
Queue |
SessionHandle.createTemporaryQueue(java.lang.String name,
java.lang.String[] endpointProperties)
Creates a temporary Queue for this session with a given name.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.