CreateQueueOptions.setForwardTo(String forwardTo) Method

Definition

Set the forwardTo property: The name of the recipient entity to which all the messages sent to the queue are forwarded to.

public CreateQueueOptions setForwardTo(String forwardTo)

Parameters

forwardTo
java.lang.String

the forwardTo value to set.

Returns

the CreateQueueOptions object itself.

Applies to