-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use standalone activemq in claw_vagrant #660
Comments
Working through this now, and hit a wall.
@ajs6f @acoburn @whikloj @dannylamb any of y'all configured fcrepo to use a standalone ActiveMQ? Do I need to custom compile it? Or is it just a configuration thing? Approach I'm taking if y'all are curious: |
@ruebot Did you turn off the activemq broker inside Fedora? |
I've never done this, but I would say you need to remove the setup of an ActiveMQ broker and provide a new config that uses the network-connector to connect to the external Broker. These lines setup a connection to and also the broker, so I'm thinking you need to replace But also have a separate |
@whikloj that's what I'm trying to remember -- or probably figure out -- how to do it. I thought I could do it in a config file. I thought there was a wiki page for it, but maybe I'm misremembering. looks toward @awoods ...this all makes me suddenly realize we should be using the audit enabled artifact. |
@ruebot Just catching up here-- @whikloj is right, I think. I don't know much about the blizzard of system properties that configures the
|
I guess one thing I'm confused about still, is whether or not I can just use the standard war artifact, and edit configuration files, or do I need to edit configuration and compile our own artifact? |
@awoods that was the page I thought I had seen before. Thanks! |
Oh wait. I'll try something with |
…tion#660 * Adds a standalone ActiveMQ installation * Updates Fedora to use external ActiveMQ * Adds some documentation * Cleans up some cruft I noticed
…race-condition Chunking/byte-range datastream request race condition
We seems to be having issues with sync working consistently because of the bundled activemq.
This is ticket's purpose is to install activemq as a separate service, and configure Fedora to use that. It should be as simple as installing activemq, and using/modifying
activemq.xml
from fcrepo-webapp.The text was updated successfully, but these errors were encountered: