Skip to content

Commit

Permalink
SWITCHYARD-2015 Unify a type of name for JMS destination
Browse files Browse the repository at this point in the history
Added physical destination name usage in addition to existing JNDI option
  • Loading branch information
igarashitm authored and rcernich committed Sep 22, 2014
1 parent bf503e9 commit 670c0b4
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 102 deletions.
9 changes: 9 additions & 0 deletions jca/src/main/java/org/switchyard/component/jca/JCALogger.java
Expand Up @@ -131,5 +131,14 @@ public interface JCALogger {
@Message(id = 36812, value = "Failed to send a message to '%s': %s")
void failedToSendMessage(String destination, String eMessage);

/**
* invalidDestinationType method definition.
* @param type specified destination type
* @param alternative alternative destination type
*/
@LogMessage(level = Level.WARN)
@Message(id = 36813, value = "Invalid destination type '%s' - using '%s' instead")
void invalidDestinationType(String type, String alternative);

}

0 comments on commit 670c0b4

Please sign in to comment.