The initiator of the link must always provide a Source.
An application responding to the creation of the link should perform an application
specific lookup on the {@link #getRemoteSource()} to determine an actual Source. If it
failed to determine an actual source, it should set null, and then go on to {@link #close()}
the link.
Sets the source for this link.
The initiator of the link must always provide a Source.
An application responding to the creation of the link should perform an application specific lookup on the {@link #getRemoteSource()} to determine an actual Source. If it failed to determine an actual source, it should set null, and then go on to {@link #close()} the link.
@see "AMQP Spec 1.0 section 2.6.3"