This commit is contained in:
Martyn Taylor 2015-05-07 11:22:22 +01:00
commit 7939b37c4b
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;