[jboss-user] [Messaging, JMS & JBossMQ] - Re: Creating Own Connection Factory for Topic - HELP
jaikiran
do-not-reply at jboss.com
Mon Nov 27 03:48:39 EST 2006
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
More information about the jboss-user
mailing list