Installation
Install the npm package into your application.
Configure and initialize the bus when your application starts up.
This is the most basic of setups and your app is running an in memory queue capable of receiving messages from itself. In production, it's strongly recommended to configure a transport so that your application can be distributed and survive restarts.
Last updated