How do i convert the following jboss 5 configuration into Wildfly10 syntax.
<mbean code="org.jboss.naming.NamingAlias"
name="jboss.mq:service=NamingAlias,fromName=clearviewAdapter/QueueConnectionFactory">
<attribute name="ToName">java:/ConnectionFactory</attribute>
<attribute name="FromName">java:/obfustreamAdapter/QueueConnectionFactory</attribute>
</mbean>
As far as i have heard the NamingAlias is not supported in Wildfly anymore. So what to do in this scenario