Package | Description |
---|---|
com.ibm.mqlight.api |
Non-blocking API |
Modifier and Type | Method and Description |
---|---|
static SubscribeOptions.SubscribeOptionsBuilder |
SubscribeOptions.builder() |
SubscribeOptions.SubscribeOptionsBuilder |
SubscribeOptions.SubscribeOptionsBuilder.setAutoConfirm(boolean autoConfirm)
Determines whether the client automatically confirms the receipt of
'at least once' quality of service messages.
|
SubscribeOptions.SubscribeOptionsBuilder |
SubscribeOptions.SubscribeOptionsBuilder.setCredit(int credit)
Sets the maximum number of unconfirmed messages a client can have before the server will stop
sending new messages to the client and require that it confirms some of the outstanding message
deliveries in order to receive more messages.
|
SubscribeOptions.SubscribeOptionsBuilder |
SubscribeOptions.SubscribeOptionsBuilder.setQos(QOS qos)
The quality of service to use for delivering messages to the subscription.
|
SubscribeOptions.SubscribeOptionsBuilder |
SubscribeOptions.SubscribeOptionsBuilder.setShare(String shareName)
The share argument supplied used when subscribing to a destination.
|
SubscribeOptions.SubscribeOptionsBuilder |
SubscribeOptions.SubscribeOptionsBuilder.setTtl(long ttl)
A time-to-live value, in milliseconds, that is applied to the destination that the client is subscribed to.
|
SubscribeOptions.SubscribeOptionsBuilder |
SubscribeOptions.SubscribeOptionsBuilder.setTtl(long ttl,
TimeUnit unit)
A time-to-live value that is applied to the destination that the client is subscribed to.
|
Copyright © 2015 International Business Machines Corporation. All rights reserved.