https://github.com/slub/kitodo-production-activemq
Kitodo.Production ActiveMQ Docker image and Java client
https://github.com/slub/kitodo-production-activemq
activemq kitodo kitodo-production
Last synced: about 1 month ago
JSON representation
Kitodo.Production ActiveMQ Docker image and Java client
- Host: GitHub
- URL: https://github.com/slub/kitodo-production-activemq
- Owner: slub
- License: gpl-3.0
- Created: 2022-03-04T12:13:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T12:26:31.000Z (over 2 years ago)
- Last Synced: 2025-03-20T05:28:48.496Z (about 1 year ago)
- Topics: activemq, kitodo, kitodo-production
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kitodo-Production ActiveMQ
This repository provides on the one hand an ActiveMQ image and on the other hand a client to send messages to Kitodo.
## Docker Image
By default, the Docker image is provided with the following ActiveMQ configuration.
https://github.com/slub/kitodo-production-activemq/blob/main/kitodo-activemq.xml
If you want to change this configuration then you can overwrite it with a bind mount and the target `/opt/activemq/conf/activemq.xml`.
With the use of Docker Compose, the call looks like this:
```
volumes:
- type: bind
source: ./kitodo-activemq.xml
target: /opt/activemq/conf/activemq.xml
```
## Secured usage
Currently we use the ActiveMQ without authentication and authorization. You can find more information about the secured usage on the following page "[Securing access to ActiveMQ](https://github.com/kitodo/kitodo-production/wiki/Developer_3.x-Getting-started-ActiveMQ)" or in the comments of the kitodo_config.properties.
## Using Client
There is a [client](https://github.com/slub/kitodo-production-activemq/blob/main/client/README.md) in this repository for using ActiveMQ.
## Further informations
* https://github.com/kitodo/kitodo-production/wiki/Developer_3.x-Active-MQ
## Maintainer
If you have any questions or encounter any problems, please do not hesitate to contact me.
- [Markus Weigelt](https://github.com/markusweigelt)