Package | Description |
---|---|
com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
Modifier and Type | Method and Description |
---|---|
BrowserProperties |
BrowserProperties.setEndpoint(Endpoint endpoint)
Sets the Endpoint to browse.
|
BrowserProperties |
BrowserProperties.setReconnectRetryIntervalInMsecs(int val)
This property specifies how much time (in ms) to wait between each attempt to reconnect to an endpoint.
|
BrowserProperties |
BrowserProperties.setReconnectTries(int count)
This property specifies the number of times to attempt to reconnect to an endpoint after the initial bound flow goes down.
|
BrowserProperties |
BrowserProperties.setSelector(String selector)
Sets the browse selector.
|
BrowserProperties |
BrowserProperties.setWaitTimeout(int waitTimeout)
Sets the WaitTimeout in msecs.
|
Modifier and Type | Method and Description |
---|---|
Browser |
JCSMPSession.createBrowser(BrowserProperties properties)
Creates a
Browser , which can be used for browsing the contents of a Queue. |
Browser |
JCSMPSession.createBrowser(BrowserProperties properties,
FlowEventHandler flowEventHandler)
Creates a
Browser , which can be used for browsing the contents of a Queue. |
Copyright 2004-2024 Solace Corporation. All rights reserved.