Jayaprakash P [https://community.jboss.org/people/jp_b4u] created the discussion
"Re: How to Configure TopicConnection Factory in JBOSS 5.1 ?" To view the discussion, visit: https://community.jboss.org/message/792708#792708 -------------------------------------------------------------- *In JBOSS 4x:* *File : jboss-4.2.3.GA\server\SyndicateTreasury\deploy\jms\uil2-service.xml* <mbean code="org.jboss.naming.NamingAlias" name="jboss.mq:service=InvocationLayer,type=UIL"> <attribute name="FromName">UILConnectionFactory</attribute> <attribute name="ToName">BLOTTERS_CONNECTION_FACTORY</attribute> <depends>jboss:service=Naming</depends> </mbean> *In JBOSS 5x :* *File: Jboss-5.1.0.-jdk\server\default\deploy\messaging\connection-factories-service.xml* <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory" name="jboss.messaging.connectionfactory:service=BLOTTERS_CONNECTION_FACTORY" xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml"> <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends> <depends optional-attributename=" Connector">jboss.messaging:service=Connector,transport=bisocket</depends> <depends>jboss.messaging:service=PostOffice</depends> <attribute name="JNDIBindings"> <bindings> <binding>/BLOTTERS_CONNECTION_FACTORY</binding> </bindings> </attribute> <attribute name="PrefetchSize">1000</attribute> </mbean> -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/792708#792708] Start a new discussion in JNDI and Naming at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
