Merge PR #233
This commit is contained in:
commit
7939b37c4b
|
@ -42,7 +42,7 @@ public class BackwardsCompatibilityUtils
|
||||||
{
|
{
|
||||||
if (tc != null)
|
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 new TransportConfiguration(className, tc.getParams(), tc.getName());
|
||||||
}
|
}
|
||||||
return tc;
|
return tc;
|
||||||
|
|
Loading…
Reference in New Issue