Activemq

Channel Revision Published Runs on
latest/stable 0 11 Nov 2020
Ubuntu 16.04
juju deploy activemq
Show information

Platform:

Ubuntu
16.04

Learn about configurations >

  • admin_panel_enabled | boolean

    Default: True

    Set to True if you want to make the admin panel publicly accessible. Set to False to disable it publicly.

  • brokername | string

    Default: ActiveMQ standalone

    This will change the name of your message broker and will be visible in the admin web console.

  • port | int

    Default: 61616

    Port where activeMQ will be running. default set to 61616.

  • port_amqp | int

    Default: 5672

    Enable the AMQP protocol for your activemq messagebroker.Set to 0 to disable amqp.

  • port_stomp | int

    Default: 61613

    Enable the STOMP protocol for your activemq messagebroker. Set to 0 to disable stomp.

  • version | string

    Default: 5.14.5

    Version of Activemq that needs to be downloaded. Supported version atm is 5.14.5.