| Package | Description |
|---|---|
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| com.solacesystems.jms.impl | |
| javax.jms |
The standard JMS 1.1 API.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSessionPool |
SolConnectionConsumer.getServerSessionPool() |
ServerSessionPool |
SolConnectionConsumerRA.getServerSessionPool() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConsumer |
SolConnection.createConnectionConsumer(Destination destination,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages) |
ConnectionConsumer |
SolQueueConnection.createConnectionConsumer(Queue queue,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages) |
ConnectionConsumer |
SolTopicConnection.createConnectionConsumer(Topic topic,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages) |
ConnectionConsumer |
SolConnection.createDurableConnectionConsumer(Topic topic,
String subscriptionName,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages) |
ConnectionConsumer |
SolQueueConnection.createDurableConnectionConsumer(Topic topic,
String subscriptionName,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages) |
| Constructor and Description |
|---|
SolConnectionConsumer(SolConnectionIF conn,
SolDestinationInfo destInfo,
String messageSelector,
ServerSessionPool serverPool,
int maxMessages,
JMSState state) |
SolConnectionConsumerRA(SolConnectionIF conn,
SolDestinationInfo destInfo,
String messageSelector,
ServerSessionPool serverPool,
int maxMessages,
JMSState state) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Validator.checkServerSessionPool(ServerSessionPool pool) |
| Modifier and Type | Method and Description |
|---|---|
ServerSessionPool |
ConnectionConsumer.getServerSessionPool()
Gets the server session pool associated with this connection consumer.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConsumer |
Connection.createConnectionConsumer(Destination destination,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
Creates a connection consumer for this connection (optional operation).
|
ConnectionConsumer |
QueueConnection.createConnectionConsumer(Queue queue,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
Creates a connection consumer for this connection (optional operation).
|
ConnectionConsumer |
TopicConnection.createConnectionConsumer(Topic topic,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
Creates a connection consumer for this connection (optional operation).
|
ConnectionConsumer |
Connection.createDurableConnectionConsumer(Topic topic,
String subscriptionName,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
Create a durable connection consumer for this connection (optional operation).
|
ConnectionConsumer |
TopicConnection.createDurableConnectionConsumer(Topic topic,
String subscriptionName,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
Create a durable connection consumer for this connection (optional operation).
|
Copyright 2004-2020 Solace Corporation. All rights reserved.