Interface PublishOptions

interface PublishOptions {
    headers?: MsgHdrs;
    reply?: string;
}

Properties

Properties

headers?: MsgHdrs

Optional headers to include with the message.

reply?: string

An optional subject where a response should be sent. Note you must have a subscription listening on this subject to receive the response.