activemq icon indicating copy to clipboard operation
activemq copied to clipboard

Docker image for ActiveMQ

Results 26 activemq issues
Sort by recently updated
recently updated
newest added

- upgraded activemq to 5.16.3 - upgraded openjdk to 11.0.11 - fixed some bugs - fixed access to remote console

I followed the README instructions and ran webcenter/activemq in Kubernetes with the following variables: ``` ACTIVEMQ_ADMIN_PASSWORD=foo ACTIVEMQ_ACTIVEMQ_USERS_user1=bar ``` However all attempts to access ActiveMQ with these credentials fail with 401...

According to documentation, the container has to expose an admin endpoint: http://127.0.0.1:8161/admin/, but seems the container not start completely, so that I cant access it. docker run --name='activemq.local' -it --rm...

Left Default settings and created this docker-compose.yml ``` broker: image: webcenter/activemq container_name: "activemq_broker" ports: - "1883:1883" - "5672:5672" - "8161:8161" - "61614:61614" - "61616:61616" environment: ACTIVEMQ_NAME: amq ACTIVEMQ_REMOVE_DEFAULT_ACCOUNT: 'True' ACTIVEMQ_ADMIN_LOGIN:...

Many errors trying to create the Docker image. ``` W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/wily/main/source/Sources 404 Not Found [IP: 91.189.88.162 80] W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/wily/restricted/source/Sources 404 Not Found [IP: 91.189.88.162...

I am looking into the possibility to replace my saturated mosquitto server with [a network of brokers](http://activemq.apache.org/networks-of-brokers.html) under the same overlay network using dynamic discovery. Since I don't see any...

this is a feature request. docker 1.12 added a [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#/healthcheck) command, which would be a useful feature IMO, particularly if deploying activemq into a docker swarm... I've had a play...

$ docker build --tag="leo/activemq" . Sending build context to Docker daemon 89.6kB Step 1/23 : FROM webcenter/openjdk-jre:8 8: Pulling from webcenter/openjdk-jre 7dcf5a444392: Pulling fs layer 9eebba75a87f: Pulling fs layer 1f0440d87cc7:...

I noticed that activemq fails to start with queues and topics configured, because the related tags in config template was not closed. I closed those and updated to the latest...

I set it to `true`, but it still allows anonymous access.