Receiver |
Receiver.addCredit(int credits) |
Adds credit to the Receiver link for use when there receiver has not been configured
with a credit window.
|
Receiver |
Connection.nextReceiver() |
Waits indefinitely for a receiver created from the connection default session to have a
delivery ready for receipt.
|
Receiver |
Connection.nextReceiver(long timeout,
TimeUnit unit) |
Waits for the configured time interval for a receiver created from the connection default
session to have a delivery ready for receipt.
|
Receiver |
Connection.nextReceiver(NextReceiverPolicy policy) |
Waits indefinitely for a receiver created from the connection default session to have a
delivery ready for receipt.
|
Receiver |
Connection.nextReceiver(NextReceiverPolicy policy,
long timeout,
TimeUnit unit) |
Waits for the configured time interval for a receiver created from the connection default
session to have a delivery ready for receipt.
|
Receiver |
Session.nextReceiver() |
Waits indefinitely for a receiver created from this session to have a delivery ready for
receipt.
|
Receiver |
Session.nextReceiver(long timeout,
TimeUnit unit) |
Waits for the given duration for a receiver created from this session to have a delivery ready
for receipt.
|
Receiver |
Session.nextReceiver(NextReceiverPolicy policy) |
Waits indefinitely for a receiver created from this session to have a delivery ready for
receipt.
|
Receiver |
Session.nextReceiver(NextReceiverPolicy policy,
long timeout,
TimeUnit unit) |
Waits for the given duration for a receiver created from this session to have a delivery ready
for receipt.
|
Receiver |
Connection.openDurableReceiver(String address,
String subscriptionName) |
Creates a receiver used to consume messages from the given node address and configure it
such that the remote create a durable node.
|
Receiver |
Connection.openDurableReceiver(String address,
String subscriptionName,
ReceiverOptions receiverOptions) |
Creates a receiver used to consume messages from the given node address and configure it
such that the remote create a durable node.
|
Receiver |
Session.openDurableReceiver(String address,
String subscriptionName) |
Creates a receiver used to consume messages from the given node address and configure it
such that the remote create a durable node.
|
Receiver |
Session.openDurableReceiver(String address,
String subscriptionName,
ReceiverOptions receiverOptions) |
Creates a receiver used to consume messages from the given node address and configure it
such that the remote create a durable node.
|
Receiver |
Connection.openDynamicReceiver() |
Creates a dynamic receiver used to consume messages from the given node address.
|
Receiver |
Connection.openDynamicReceiver(Map<String,Object> dynamicNodeProperties) |
Creates a dynamic receiver used to consume messages from a dynamically generated node on the remote..
|
Receiver |
Connection.openDynamicReceiver(Map<String,Object> dynamicNodeProperties,
ReceiverOptions receiverOptions) |
Creates a dynamic receiver used to consume messages from the given node address.
|
Receiver |
Connection.openDynamicReceiver(ReceiverOptions receiverOptions) |
Creates a dynamic receiver used to consume messages from a dynamically generated node on the remote..
|
Receiver |
Session.openDynamicReceiver() |
Creates a dynamic receiver used to consume messages from the given node address.
|
Receiver |
Session.openDynamicReceiver(Map<String,Object> dynamicNodeProperties) |
Creates a dynamic receiver used to consume messages from the given node address.
|
Receiver |
Session.openDynamicReceiver(Map<String,Object> dynamicNodeProperties,
ReceiverOptions receiverOptions) |
Creates a dynamic receiver used to consume messages from the given node address.
|
Receiver |
Session.openDynamicReceiver(ReceiverOptions receiverOptions) |
Creates a dynamic receiver used to consume messages from the given node address.
|
Receiver |
Connection.openReceiver(String address) |
Creates a receiver used to consumer messages from the given node address.
|
Receiver |
Connection.openReceiver(String address,
ReceiverOptions receiverOptions) |
Creates a receiver used to consumer messages from the given node address.
|
Receiver |
Session.openReceiver(String address) |
Creates a receiver used to consume messages from the given node address.
|
Receiver |
Session.openReceiver(String address,
ReceiverOptions receiverOptions) |
Creates a receiver used to consume messages from the given node address.
|
Receiver |
Delivery.receiver() |
|