node-ts / bus

A typescript based enterprise service bus framework based on enterprise integration patterns
https://bus.node-ts.com/
MIT License
272 stars 25 forks source link

Fix publish on rabbit #142

Closed adenhertog closed 3 years ago

adenhertog commented 3 years ago

Fixes #141 - a bug on .publishMessage in the rabbitmq transport that was reporting

image

Bug was due to an incorrect import and verified in https://github.com/node-ts/bus-starter