Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(amqp/connection.ts): add publishOptions to RequestOptions; use t…
…hem in AmqpConnection.request (#723) Added a new property named "publishOptions" to the RequestOptions interface so that the additional options available in the amqplib's Options.Publish interface can be provided when making rpc requests. Added said usage of the new property to the AmqpConnection.request method's call to this.publish. re #719
- Loading branch information