Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Producer Send return callback #49

Open
@mseld

Description

@mseld

Is there way to grantee that message send by returning callback

var client = new stomp.Stomp(stomp_args);
client.send(headers, true);

something like that

// callback
client.send(headers, true, function(err,reply) {
    if (err) {
        logger.error('[AMQ-producer] error : ' + err.message);
        logger.debug('[AMQ-producer] error stack : ' + err.stack);
    } else {
        logger.info(reply);
    }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions