Releases: zgid123/rabbitmq-ts
Releases · zgid123/rabbitmq-ts
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Release [email protected]
Changelogs
- support both cjs and mjs
- create new context for better type for TypeScript
[email protected]
[email protected]
Current declare exchange won't work due to channel is not created completely. Must declare exchanges inside setup
prop of connection
's createChannel
because at this moment, the channel is created completely
[email protected]
For jest
, after test completes, it will keep the process due to amqp
connection is running. Implement OnApplicationShutdown
for DynamicModule to close the connection.