| Package | Description |
|---|---|
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| javax.jms |
The standard JMS 1.1 API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolTopicSubscriber
Solace TopicSubscriber implementation.
|
| Modifier and Type | Method and Description |
|---|---|
TopicSubscriber |
SolSession.createDurableSubscriber(Topic topic,
String name) |
TopicSubscriber |
SolQueueSession.createDurableSubscriber(Topic topic,
String name) |
TopicSubscriber |
SolSession.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal) |
TopicSubscriber |
SolQueueSession.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal) |
TopicSubscriber |
SolTopicSession.createSubscriber(Topic topic) |
TopicSubscriber |
SolTopicSession.createSubscriber(Topic topic,
String messageSelector,
boolean noLocal) |
| Modifier and Type | Method and Description |
|---|---|
TopicSubscriber |
TopicSession.createDurableSubscriber(Topic topic,
String name)
Creates a durable subscriber to the specified topic.
|
TopicSubscriber |
Session.createDurableSubscriber(Topic topic,
String name)
Creates a durable subscriber to the specified topic.
|
TopicSubscriber |
TopicSession.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal)
Creates a durable subscriber to the specified topic, using a
message selector or specifying whether messages published by its
own connection should be delivered to it.
|
TopicSubscriber |
Session.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal)
Creates a durable subscriber to the specified topic, using a
message selector and specifying whether messages published by its
own connection should be delivered to it.
|
TopicSubscriber |
TopicSession.createSubscriber(Topic topic)
Creates a nondurable subscriber to the specified topic.
|
TopicSubscriber |
TopicSession.createSubscriber(Topic topic,
String messageSelector,
boolean noLocal)
Creates a nondurable subscriber to the specified topic, using a
message selector or specifying whether messages published by its
own connection should be delivered to it.
|
Copyright 2004-2020 Solace Corporation. All rights reserved.