imme_abort - Aborts a message enqueue
#include <imta.h>
void imme_abort(imme_t me);
imme_abort () aborts the message currently being enqueued with the enqueue context me. A new one may then be generated with imme_start_envelope().
This routine is typically called when an error occurs while enqueuing a message and the submission needs to be aborted.
_______________________________________