Skip to content

Commit

Permalink
Adding eventID header (FCREPO-1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Jun 4, 2015
1 parent 6259adc commit 6eac6a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/fcrepo/camel/JmsHeaders.java
Expand Up @@ -36,6 +36,8 @@ public final class JmsHeaders {

public static final String USER_AGENT = PREFIX + "userAgent";

public static final String EVENT_ID = PREFIX + "eventID";

private JmsHeaders() {
// prevent instantiation
}
Expand Down

0 comments on commit 6eac6a9

Please sign in to comment.