Skip to content
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

Adding list of properties and a System-property-configurable baseURL to JMS events #400

Closed
wants to merge 2 commits into from

Conversation

escowles
Copy link
Contributor

@cbeer
Copy link
Contributor

cbeer commented May 30, 2014

+1. I've suggested in IRC a possible enhancement using ObservationManager.setUserData, but that shouldn't stop us from shipping this.

private void addProperty( final FedoraEvent fedoraEvent, final Event e ) {
try {
if ( e.getType() == PROPERTY_ADDED || e.getType() == PROPERTY_CHANGED ) {
fedoraEvent.addProperty( e.getPath().substring(e.getPath().lastIndexOf("/") + 1) );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that we're publishing properties separately, can we update FedoraEvent.getIdentifier to return the node and not the property?

@cbeer
Copy link
Contributor

cbeer commented May 30, 2014

Perfect, thanks.

@awoods
Copy link

awoods commented Jun 3, 2014

Resolved with: 372fa30

@awoods awoods closed this Jun 3, 2014
@osmandin osmandin deleted the jms-msg-format branch August 31, 2015 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants