Function qpid_proton_sys::pn_receiver[][src]

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

Construct a new receiver on a session. Each receiving 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.