portability typo fix

This commit is contained in:
Andy Taylor 2015-05-07 11:04:20 +01:00
parent 9a81e201ef
commit 156987e29e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class BackwardsCompatibilityUtils
{
if (tc != null)
{
String className = tc.getFactoryClassName().replace("org.apache.activemq", "org.hornetq").replace("ActiveMQ", "HornetQ");
String className = tc.getFactoryClassName().replace("org.apache.activemq.artemis", "org.hornetq").replace("ActiveMQ", "HornetQ");
return new TransportConfiguration(className, tc.getParams(), tc.getName());
}
return tc;