Add this entry to the uil2-service.xml file present in 
%JBOSS_HOME%\server\default\deploy\jms folder:

<mbean code="org.jboss.naming.LinkRefPairService"
  |              name="jboss.jms:alias=UserConnectionFactory">
  |          <attribute name="JndiName">UserTopicConnectionFactory</attribute>
  |          <attribute name="RemoteJndiName">UserConnectionFactory</attribute>
  |          <attribute name="LocalJndiName">java:/UserJmsXA</attribute>
  |          <depends>jboss:service=Naming</depends>
  |    </mbean>

This will create the connection factory for you. But i havent done this before. 
I just tried it now and i was able to see the new entry in the jmx-console



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988748#3988748

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988748
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to