Conduit v0.11.0 mix conduit.gen.broker View Source
Generates a broker for sending and receiving messages.
mix conduit.gen.broker [--adapter ADAPTER] [--module BROKER_MODULE]
Command line options
--adapter
- The adapter that the broker will be configured to use. Supported options aresqs
andamqp
.--module
- The name of the broker module. The namespace determines the location that the file is generated in.
The generated files will contain:
- a broker in lib/my_app_queue/