Skip to content

Commit

Permalink
Don't lookup JMS topic via JNDI [IMMUTANT-560]
Browse files Browse the repository at this point in the history
Without this fix, you can't use a topic with a remote context, and I
can't come up with a good reason for this method to be overridden - it
must have been a holdover from an interim refactoring that became the
final commit that added it (9425891#diff-7d4bddfb11d35f4cbd123dd12ae91ef0R115).
  • Loading branch information
tobias committed May 12, 2015
1 parent e24017e commit 1123a66
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -102,11 +102,6 @@ public String fullName() {
return fullName(name());
}

@Override
public Destination jmsDestination() {
return broker().lookupTopic(name());
}

@Override
public int defaultConcurrency() {
return 1;
Expand Down

0 comments on commit 1123a66

Please sign in to comment.