[][src]Function qpid_proton_sys::pn_sender

pub unsafe extern "C" fn pn_sender(
    session: *mut pn_session_t,
    name: *const c_char
) -> *mut pn_link_t

Construct a new sender on a session. Each sending link between two AMQP containers must be uniquely named. Note that this uniqueness cannot be enforced at the API level, so some consideration should be taken in choosing link names.