Sorry, here's my connection-factory-service.xml
| <?xml version="1.0" encoding="UTF-8"?> | <server> | <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory" | name="jboss.messaging.connectionfactory:service=ConnectionFactory" | xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml"> | <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends> | <depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends> | <depends>jboss.messaging:service=PostOffice</depends> | | <attribute name="JNDIBindings"> | <bindings> | <binding>/ConnectionFactory</binding> | <binding>/XAConnectionFactory</binding> | <binding>java:/ConnectionFactory</binding> | <binding>java:/XAConnectionFactory</binding> | </bindings> | </attribute> | | <attribute name="PrefetchSize">1</attribute> | </mbean> | </server> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057624#4057624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057624 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
