Skip to content

CLI interface for the consumer #35

@fancywriter

Description

@fancywriter

See no reason why do I need SBT to actually use it. Some people may want to use it and they don't have anything like SBT or Scala SDK or even JDK preinstalled. I assume they have JRE.

Expected behaviour:

To have ability to build executable jar and to provide configuration from command line. Something like

java -jar rabbit-consumer.jar --ip 127.0.0.1 --port 5672 ... 

Actual behaviour:

Have to modify source, run SBT and invoke Scala code directly.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions